Computer Programming MCQs » Java concepts and its programming
Java is a _______________language?
A. Moderate typed
B. Strogly typed
C. Weakly typed
D. None of these
Read more about this MCQ
Which class cannot be subclassed (or extended) in java ?
A. Final class
B. Abstract class
C. Parent class
D. None of above
Read more about this MCQ
Which statement is static and synchronized in JDBC API ?
A. Getconnection()
B. Executequery()
C. Preparecall()
D. Executeupdate()
Read more about this MCQ
Inheritance means ?
A. Sub class create object of super class
B. Sub class extends base class
C. Sub class extends super class
D. All of the above
Read more about this MCQ
Java intermediate code is known as_________________?
A. Byte code
B. First code
C. Mid code
D. None of above
Read more about this MCQ
What is jdb_________________?
A. Java disassemble
B. Java interpreter
C. Java compiler
D. Java debugger
Read more about this MCQ
In which we clone the object and their constituent parts_______________?
A. Deep cloning
B. Shallow cloning
C. Both of above
D. None of above
Read more about this MCQ
Which is the predefined package ?
A. Lang package
B. Util package
C. Io package
D. All of above
Read more about this MCQ