Size of int in Java is_________________?
Size of int in Java is_________________?
A. 8 bit
B. 16 bit
C. 32 bit
D. 64 bit
A. 8 bit
B. 16 bit
C. 32 bit
D. 64 bit
A. 32 and 64
B. 64 and 64
C. 32 and 32
D. 64 and 32
A. java.util.Date
B. java.util.Time
C. java.sql.Time
D. None of above
A. x++
B. ++x
C. x=x-1
D. None of these
A. Web browser
B. Java environment
C. System software
D. IDE
A. Declare the method with the keyword public.
B. Declare the method with the keyword private.
C. Do not declare the method with any accessibility modifiers.
D. Declare the method with the keyword public and private.
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