Which driver is called as thin-driver in JDBC ?
(A) Type-1 driver
(B) Type-2 driver
(C) Type-3 driver
(D) Type-4 driver
Suspend thread can be revived by using ?
(A) yield() method
(B) Suspend() method
(C) start() method
(D) resume() method
In Java byte, short, int and long all of these are ____________?
(A) signed
(B) unsigned
(C) Both of the above
(D) None of these
Converting a primitive type data into its corresponding wrapper class object instance is called ________________?
(A) boxing
(B) wrapping
(C) autoboxing
(D) instantiation
In Java, the word true is ___________________?
(A) A Boolean literal
(B) A Java keyword
(C) Same as value 0
(D) Same as value 1
A package is a collection of__________________?
(A) Classes and Interfaces
(B) Classes
(C) Editing tools
(D) Editing tools and Interfaces