Which command disassembles a class file_______________?
Which command disassembles a class file_______________?
A. javacmd
B. javaamd
C. javap
D. java
A. javacmd
B. javaamd
C. javap
D. java
A. Prints 2.5
B. Raises an exception
C. Raises an error as STATIC is used as a variable which is a keyword
D. None of these
A. Lang package
B. util package
C. io package
D. All of above
A. Overriding
B. Overloading
C. Constructor
D. none of these
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. int
B. byte
C. char
D. bollean
A. 0
B. 1
C. 2
D. 3