Welcome to your Java Quiz 1
1.
[Java,Programming]
What is the full form of awt?
2.
What is the value of x after evaluating? x+=x++ + --x+4; if x=3 before evaluation.
3.
[Java,Programming]
A method declared static cannot access non-static class member. (True/False)
5.
[Java,Programming]
Which of the following is not a keyword?
6.
[Java,Programming]
All methods in the abstract class should be declared abstract. (True/False)
7.
[Java,Programming]
Choose right variable declaration-
8.
[Java,Programming]
A final class cannot have any abstract method. (True/False)
9.
[Java,Programming]
Recognize the relational operator
10.
[Java,Programming]
The __________ class is the superclass for all the classes in JAVA.