Super is the predefined_______________?
Super is the predefined_______________?
A. Method
B. Keyword
C. Keyword and Method
D. None of above
A. Method
B. Keyword
C. Keyword and Method
D. None of above
A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above
A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];
A. Prints true
B. Prints false
C. Will not compile as boolean is not initialized
D. Will not compile as boolean can never be static
A. token
B. string
C. literal
D. operator
A. 1
B. 2
C. 3
D. 4
A. Single
B. Mulilevel
C. Hirarchical
D. Multiple
A. java.lang package
B. java.util package
C. java.awt package
D. java.io package
A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above
A. Can store multiple values
B. It is syntax
C. Both of above
D. None of above