NEW
Font size
WorksheetsJAVA BASIC 2
Total questions: 35
Worksheet time: 29mins
Which is the correct Java code to display the phrase "Java!"?
System.Out.Print("Java!");
System.Out.print("Java!");
System.out.Print("Java!");
System.out.print("Java!");
Which primitive type is for floating point decimals?
boolean
char
double
long
Which accepts the smallest range of values?
byte
int
long
short
Which puts the cursor on the next line after printing a String?
next()
nextLine()
print()
println()
Which identifier is not legal in java?
class1
2legit2quit
HappyDays
Whats_up_with_that
Begins and ends the body of class and method
[ ]
;
{ }
:
Which of the following represents a single line command in Java?
<!-- Comment -->
// Comment
/* Comment */
# Comment
What does the Java code print?
0
8
true
false
pancakes
Java will ignore whitespace in code.
True
False
The variable "trash" will store what value?
2
10
1
3
The variable "grade" will store what value?
15
5
orange
6
11
The expression will equate to what value?
5
false
true
6
What does the Java code print?
true
2 = 2
2
false
Boolean 'and' is represented in Java by what operator?
$$
&&
and
||
Boolean 'or' is represented in Java by what operator?
!!
OR
||
[[
What will the code print?
Jimmy
Timmy
Potatoes
A blank line
What will the code print?
true
false
13
2
Which of the following shows the possible outcomes for the && operator
What will the code print to the console?
true
false
Precedence: What will the output be?
true
false
coding is hard :/
What will the output be?
Control Flow Rocks
Else Rules
What will the output be?
Control Flow Rocks
Else Rules
What will the output be?
1
2
3
4
What will the output be?
Big Feet, go away!
In Stock
Your feet are too small for this store!
What will the output be?
Big Feet, go away!
In Stock
Your feet are too small for this store!
What value is printed to the console?
true
W
false
L
What value is printed to the console?
false
Y
true
N
What value is printed to the console?
This restaurant is not my favourite.
This restaurant is good.
This restaurant is fantastic!
I've never dined at this restaurant.
3
