Search
.Management Sciences
Category: Java concepts and its programming
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
Which method of the Applet class displays the result of applet code on screen ?
A. paint() method
B. main() method
C. run() method
D. drawString() method
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
JAR file contains the compressed version of_________________?
A. .java file
B. .jsp file
C. .class file
D. None of above
Object which can store group of other objects is called___________________?
A. Package
B. Wrapper
C. Java object
D. Collection object
The object is created with “new” keyword ?
A. At Compile-time
B. At run-time
C. Depends on the code
D. None of these
Recent Comments