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