Skip to content
AnsweringExams.Com
  • Home
  • Contact Us / Report Error
  • Disclaimer

Java concepts and its programming

Super is the predefined_______________?

September 1, 2021April 18, 2019 by admin
Super is the predefined_______________?

A. Method
B. Keyword
C. Keyword and Method
D. None of above

Categories Java concepts and its programming

The class java.sql.Timestamp is associated with _____________?

September 1, 2021April 18, 2019 by admin
The class java.sql.Timestamp is associated with _____________?

A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above

Categories Java concepts and its programming

Which of the following statements about arrays is syntactically wrong ?

September 1, 2021April 18, 2019 by admin
Which of the following statements about arrays is syntactically wrong ?

A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];

Categories Java concepts and its programming

The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } ?

September 1, 2021April 18, 2019 by admin
The following program: public class Test{ static boolean is OK; public static void main(String args[]){System.out.print(is OK); } } ?

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

Categories Java concepts and its programming

Smallest individual unit in java program is known as____________________?

September 1, 2021April 18, 2019 by admin
Smallest individual unit in java program is known as____________________?

A. token
B. string
C. literal
D. operator

Categories Java concepts and its programming

Java is known as ___________ stage language?

September 1, 2021April 18, 2019 by admin
Java is known as ___________ stage language?

A. 1
B. 2
C. 3
D. 4

Categories Java concepts and its programming

Which type of inheritance is not supported by java_____________?

September 1, 2021April 18, 2019 by admin
Which type of inheritance is not supported by java_____________?

A. Single
B. Mulilevel
C. Hirarchical
D. Multiple

Categories Java concepts and its programming

Thread class is available in________________?

September 1, 2021April 18, 2019 by admin
Thread class is available in________________?

A. java.lang package
B. java.util package
C. java.awt package
D. java.io package

Categories Java concepts and its programming

The JDBC-ODBC bridge is_________________?

September 1, 2021April 18, 2019 by admin
The JDBC-ODBC bridge is_________________?

A. Singlethreaded
B. Multithreaded
C. Both of above
D. None of above

Categories Java concepts and its programming

Why we use array as a parameter of main method_________________?

September 1, 2021April 18, 2019 by admin
Why we use array as a parameter of main method_________________?

A. Can store multiple values
B. It is syntax
C. Both of above
D. None of above

Categories Java concepts and its programming
Older posts
Newer posts
← Previous Page1 Page2 Page3 … Page8 Next →
© 2025 AnsweringExams.Com • Built with GeneratePress