The object is created with “new” keyword ?
A. At Compile-time
B. At run-time
C. Depends on the code
D. None of these
The object is created with “new” keyword ? Read More »
Java concepts and its programming A. At Compile-time
B. At run-time
C. Depends on the code
D. None of these
The object is created with “new” keyword ? Read More »
Java concepts and its programming A. reclaim() method
B. finalize() method
C. final() method
D. both b and c
Which method of java is invoked by JVM to reclaim the inaccessible memory location ? Read More »
Java concepts and its programming A. .class
B. .doc
C. .java
D. .cdr
After the compilation of the java source code, which file is created by the JVM ? Read More »
Java concepts and its programming A. java.util.LinkedList
B. java.util.TreeMap
C. java.util.SortedSet
D. java.util.HashSet
A. abstract
B. static
C. volatile
D. final
A. Type-1 driver
B. Type-2 driver
C. Type-3 driver
D. Type-4 driver
A. int
B. char
C. string
D. double
Main method parameter has which type of data type___________________? Read More »
Java concepts and its programming A. javacmd
B. javaamd
C. javap
D. java
Which command disassembles a class file_______________? Read More »
Java concepts and its programming A. java compiler
B. java debugger
C. java Interpreter
D. java Disassemble
What do you mean by javap? Read More »
Java concepts and its programming A. Lang package
B. util package
C. io package
D. All of above
Which is the predefined package ? Read More »
Java concepts and its programming