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

Java concepts and its programming

The object is created with “new” keyword ?

September 1, 2021April 18, 2019 by admin
The object is created with “new” keyword ?

A. At Compile-time
B. At run-time
C. Depends on the code
D. None of these

Categories Java concepts and its programming

Which method of java is invoked by JVM to reclaim the inaccessible memory location ?

September 1, 2021April 18, 2019 by admin
Which method of java is invoked by JVM to reclaim the inaccessible memory location ?

A. reclaim() method
B. finalize() method
C. final() method
D. both b and c

Categories Java concepts and its programming

After the compilation of the java source code, which file is created by the JVM ?

September 1, 2021April 18, 2019 by admin
After the compilation of the java source code, which file is created by the JVM ?

A. .class
B. .doc
C. .java
D. .cdr

Categories Java concepts and its programming

Which collection class associates values witch keys, and orders the keys according to their natural order ?

September 1, 2021April 18, 2019 by admin
Which collection class associates values witch keys, and orders the keys according to their natural order ?

A. java.util.LinkedList
B. java.util.TreeMap
C. java.util.SortedSet
D. java.util.HashSet

Categories Java concepts and its programming

Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?

September 1, 2021April 18, 2019 by admin
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class?

A. abstract
B. static
C. volatile
D. final

Categories Java concepts and its programming

Which driver is efficient and always preferable for using JDBC applications_____________?

September 1, 2021April 18, 2019 by admin
Which driver is efficient and always preferable for using JDBC applications_____________?

A. Type-1 driver
B. Type-2 driver
C. Type-3 driver
D. Type-4 driver

Categories Java concepts and its programming

Main method parameter has which type of data type___________________?

September 1, 2021April 18, 2019 by admin
Main method parameter has which type of data type___________________?

A. int
B. char
C. string
D. double

Categories Java concepts and its programming

Which command disassembles a class file_______________?

September 1, 2021April 18, 2019 by admin
Which command disassembles a class file_______________?

A. javacmd
B. javaamd
C. javap
D. java

Categories Java concepts and its programming

What do you mean by javap?

September 1, 2021April 18, 2019 by admin
What do you mean by javap?

A. java compiler
B. java debugger
C. java Interpreter
D. java Disassemble

Categories Java concepts and its programming

Which is the predefined package ?

September 1, 2021April 18, 2019 by admin
Which is the predefined package ?

A. Lang package
B. util package
C. io package
D. All of above

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