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

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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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 QuizMaster
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

Methods that have same name, but different Parameter list and different definition known as_________________?

September 1, 2021April 18, 2019 by QuizMaster
Methods that have same name, but different Parameter list and different definition known as_________________?

A. Overriding
B. Overloading
C. Constructor
D. none of these

Categories Java concepts and its programming

How many keywords are available in java ?

September 1, 2021April 18, 2019 by QuizMaster
How many keywords are available in java ?

A. 24
B. 48
C. 96
D. 192

Categories Java concepts and its programming

How many primitive data types are there in Java ?

September 1, 2021April 18, 2019 by QuizMaster
How many primitive data types are there in Java ?

A. 5
B. 6
C. 7
D. 8

Categories Java concepts and its programming
Older posts
Newer posts
← Previous Page1 … Page7,608 Page7,609 Page7,610 … Page11,180 Next →
© 2026 AnsweringExams.Com • Built with GeneratePress