javah stands for ?
A. java dissasamebler
B. java header file
C. java interpreter
D. java compiler
javah stands for ? Read More »
Java concepts and its programming A. java dissasamebler
B. java header file
C. java interpreter
D. java compiler
javah stands for ? Read More »
Java concepts and its programming A. paint() method
B. main() method
C. run() method
D. drawString() method
Which method of the Applet class displays the result of applet code on screen ? Read More »
Java concepts and its programming A. java
B. javac
C. javap
D. none of these
Which of the following command is used to compile the Java program ? Read More »
Java concepts and its programming A. 8 bit
B. 16 bit
C. 32 bit
D. 64 bit
Size of int in Java is_________________? Read More »
Java concepts and its programming A. stop() method
B. start() method
C. init() method
D. destroy() method
Which method executes only once ? Read More »
Java concepts and its programming A. 7 8
B. 8 7
C. 9 8
D. None
A. From within protected methods you do not have access to public methods.
B. This method is only accessible from inside the class itself and from inside all subclasses.
C. In a class, you cannot declare methods with a lower visibility than the visibility of the class in which it is defined.
D. This method is accessible from within the class itself and from within all classes defined in the same package as the class itself.
A. 6
B. 2
C. 5
D. 3
How many transaction isolation levels are defined in java.sql.Connection interface ? Read More »
Java concepts and its programming A. just in time
B. java in time
C. join in time
D. none of above
A. Interface
B. Class
C. Variable
D. Method
Runnable is_______________? Read More »
Java concepts and its programming