Java Beans
Methods!
Java Talk
Java Control Flow
Outdated Tech
100
This method is required in all Java programs: public static void ______ (String[] args) { ... }
What is main?
100

In Java, this method is used to generate a random number

What is Math.random?

100
'c' is an example of this primitive data type
What is char?
100

This Java keyword is used to define a decision-making structure, where different code blocks are executed based on a specific condition

What is "if/switch"?

100

This flat, square disk could store 1.44 MB of data.  

What is a floppy disc?

200

The output of: 

if (5 * 7 < 4 * 9) return true; else return false;

What is true?

200

In Java, this method checks the length of a string data type

What is .length()?

200
This single symbol is known as the statement terminator

What is a "semicolon"?

200

This Java keyword is used to skip the rest of the code inside of a loop and immediately proceed with the next iteration

What is "continue"?

200

This device, popular in the '90s, let people receive short text messages on their belt.

What is a pager or beeper?

300
this prints out something to the console
What is System.out.println (or System.out.print)?
300

In Java, this method lets you check if a character is a digit

What is Character.isDigit()?

300

The Java syntax for creating a single line comment

What is "two forward slashes"? (//)

300

This Java keyword is used to immediately terminate the execution of a loop, executing the next section of code after the loop

What is "break"?

300

Social media website that predates Facebook and was known for customizable profiles?

What is MySpace 

400
the length of the string of “computer science is cool”
What is 24?
400

If you name your Scanner scanner, this piece of code will read a double entered by a user

What is "scanner.nextDouble()?

400
What is b in the following code? int[] b = new int[10];
What is an integer array of size 10?
400

This Java loop will always execute at least one time, and then continue executing as long as the condition is met

What is a "do-while" loop?

400

These were disks that were used to listen to music after cassette tapes, but before ipods and mp3 players

What are CD's

500

The names of 3 primitive data types for numbers in Java

What is short/int/long/float/double?

500

In Java, this method lets you convert a lowercase letter to uppercase

What is Character.toUpperCase()?

500

This is the process of converting a variable from one data type to another

What is "casting"/"type-casting"?

500

This Java loop iterates through each element of an array, collection, or other iterable object

What is a "for-each" loop?

500

In the early 2000s, this instant messaging platform by AOL was used by millions.  

What is AIM (AOL Instant Messenger)?

M
e
n
u