Which method is used to perform DML statements in JDBC ?
A. executeUpdate()
B. executeQuery()
C. execute()
D. None of above
A. executeUpdate()
B. executeQuery()
C. execute()
D. None of above
A. just in time
B. java in time
C. join in time
D. none of above
A. arrayName[] p = new arrayName[5];
B. arrayName p[][] = new arrayName[2][];
C. arrayName[] p [];
D. arrayName p[5];
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
A. Lang package
B. util package
C. io package
D. All of above
A. java.util package
B. java.io package
C. java.lang package
D. java.awt package
A. java Disassemble
B. java Interpreter
C. java compiler
D. java debugger