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
A. Type-1 driver
B. Type-2 driver
C. Type-3 driver
D. Type-4 driver
A. Final class
B. abstract class
C. parent class
D. None of above
A. Prints true
B. Prints false
C. Will not compile as boolean is not initialized
D. Will not compile as boolean can never be static
A. A Boolean literal
B. A Java keyword
C. Same as value 0
D. Same as value 1
A. 32 and 64
B. 64 and 64
C. 32 and 32
D. 64 and 32
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. Two type are compatible and size of destination type is equal of source type.
B. Two type are compatible and size of destination type is larger than source type.
C. Two type are compatible and size of destination type is shorter than source type.
D. All of the above