โ SetsJava Programming (NC III) โ Set 2
0 of 10
Java Programming (NC III) Practice Questions โ Set 2
10 free Java Programming (NC III) reviewer questions with answers and explanations. Pindutin ang sagot mo para makita agad kung tama โ kasama na ang paliwanag. Set 2 of 2.
11
Which keyword is used to inherit a class?
12
What is the default value of a boolean variable in Java?
13
Which of these is NOT a Java access modifier?
14
What is the result of 10 % 3 in Java?
15
Which class is the superclass of all classes in Java?
16
How do you create an object of a class named "Car"?
17
Which keyword refers to the current object instance?
18
What is the output of "5" + 5 in Java?
19
Which exception is thrown when dividing by zero with integers?
20