Search
.Management Sciences
Category: Java concepts and its programming
Which driver is efficient and always preferable for using JDBC applications_____________?
0
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
If method have same name as class name and method don’t have any return type then it is known as______________?
A. Constructor
B. Destructors
C. Variable
D. Object
Recent Comments