Super is the predefined_______________?
A. Method
B. Keyword
C. Keyword and Method
D. None of above
Super is the predefined_______________? Read More »
Java concepts and its programming A. Method
B. Keyword
C. Keyword and Method
D. None of above
Super is the predefined_______________? Read More »
Java concepts and its programming A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above
The class java.sql.Timestamp is associated with _____________? Read More »
Java concepts and its programming A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];
Which of the following statements about arrays is syntactically wrong ? Read More »
Java concepts and its programming 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
Smallest individual unit in java program is known as____________________? Read More »
Java concepts and its programming A. 1
B. 2
C. 3
D. 4
Java is known as ___________ stage language? Read More »
Java concepts and its programming A. Single
B. Mulilevel
C. Hirarchical
D. Multiple
Which type of inheritance is not supported by java_____________? Read More »
Java concepts and its programming A. java.lang package
B. java.util package
C. java.awt package
D. java.io package
Thread class is available in________________? Read More »
Java concepts and its programming A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above
The JDBC-ODBC bridge is_________________? Read More »
Java concepts and its programming A. Can store multiple values
B. It is syntax
C. Both of above
D. None of above
Why we use array as a parameter of main method_________________? Read More »
Java concepts and its programming