Which of the following automatic type conversion will be possible ?
A. byte to int
B. short to int
C. long to int
D. int to long
A. byte to int
B. short to int
C. long to int
D. int to long
A. Package
B. Wrapper
C. Java object
D. Collection object
A. Deep cloning
B. Shallow cloning
C. Both of above
D. None of above
A. java Disassemble
B. java Interpreter
C. java compiler
D. java debugger
A. Byte code
B. First code
C. Mid code
D. None of above
A. Sub class create object of super class
B. Sub class extends Base class
C. Sub class extends super class
D. All of the above
A. getConnection()
B. executeQuery()
C. prepareCall()
D. executeUpdate()
A. Final class
B. abstract class
C. parent class
D. None of above
A. moderate typed
B. strogly typed
C. weakly typed
D. none of these