Quiz 2: Java Deep Dive

Which of these variable types is not numeric?
Boolean
Int
Float
Decimal
An array can be used to store several items of data.
True
False
Pick the correct syntax:
If x = 5{}
If (x=){}
If x==5{}
If(x==5){}
How many times will this loop run? for (int I = 0; I < 4; i++) { ... }
4
3
5
If a class is like a blueprint, an object is like a
Builder
Brick
House
{"name":"Quiz 2: Java Deep Dive", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Which of these variable types is not numeric?, An array can be used to store several items of data., Pick the correct syntax:","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Powered by: Quiz Maker