Which of the following command is used to compile the Java program ?
Which of the following command is used to compile the Java program ?
A. java
B. javac
C. javap
D. none of these
A. java
B. javac
C. javap
D. none of these
A. 6
B. 2
C. 5
D. 3
A. An object of B contains data fields j, k, m
B. An object of B contains data fields k, m
C. An object of B contains data fields j, m
D. An object of B contains data fields i, j, k, m
A. moderate typed
B. strogly typed
C. weakly typed
D. none of these
A. .class
B. .doc
C. .java
D. .cdr
A. Web browser
B. Java environment
C. System software
D. IDE
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