Java 1
Java 2
Java 3
Java 4
Java 5
100

Software that translates Java source code into a Java class file


What is a Compiler?

100

 A name associated with a memory location in the computer


What is a Variable?

100

A named block of code that only runs when it is called.


What is a method?

100

Fingerprint readers, retina scanning, and facial recognition are this type of screenings

What is bio metrics screening?

100

Non void methods must include this statement.

What is a return?

200

This is the starting point of execution in a Java program

What is the Main method?

200

This data type represents an expression that can be either true or false

What is boolean?

200

Process of changing the type of a variable 

What is Casting a Variable?

200

What does it mean to declare a variable?

What is specifying the type and name for a variable?

200

How can operator precedence affect the outcome of an expression?


What is it determines which operators are evaluated first, for instance, *, /, % have precedence over + and -?*

300

Irrelevant or inappropriate messaging sent through email to a large number of recipients

What is spam?

300

What is it called when you first set the value of a variable?


What is Initializing a Variable?

300

What do we call it when multiple methods have the same name but different signatures?


What is method overloading?

300

 This variable naming convention involves appending several words together with uppercase letters for the first letter of each word after the first


What is Camel case?

300

This type of error is found during the compilation process

What is a Compiler or syntax error?

400

What is the term for a value that is passed into a method when it is called?

What is an argument?

400

This determines the size of memory reserved for a variable

What is the data type?

400

Manipulating individuals to divulge confidential information


What is social engineering?

400

A systematic attempt to crack a password testing with words and phrases.

What is a Dictionary Attack?

400

A cyber crime tactic used by malicious actors to deceive individuals into providing sensitive
information

What is phishing?

500

Double jeopardy

To confirm your identity using knowledge known only to you or information interpreted by you.

What is authentication?

500

An attempt to discover information/password through trial and error.

What is Brute Force Attack?

500

Class methods include this keyword in their header before the method name

What is static?

500

Double Jeopardy

CAPTCHAS full form

Completely Automated Public Turing Test to tell Computers and Humans Apart

500

In a method header, public/private or protected are called

What is an access specifier?
M
e
n
u