A. .java file
B. .jsp file
C. .class file
D. None of above
Java concepts and its programming
Java concepts and its programming
A. x++
B. ++x
C. x=x-1
D. None of these
A. java.awt
B. javax.swing
C. java.applet
D. java.io
A. TRANSACTION_READ_UNCOMMITTED
B. TRANSACTION_SERIALIZABLE
C. Only A
D. Both A and B
A. 0
B. 1
C. 2
D. 3
A. overloading
B. overriding
C. cloning
D. coping
A. Constructor
B. Destructors
C. Variable
D. Object
A. Synchronized methods
B. Asynchronized methods
C. Serialized methods
D. None of above
A. short, 8
B. byte, 8
C. short, 16
D. short, 16
A. throw
B. throws
C. extend
D. implements