McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which command disassembles a class file
Q.
Which command disassembles a class file
A.
javaamd
B.
javacmd
C.
java
D.
javap
Answer» D. javap
1.6k
0
Do you find this helpful?
5
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
You execute the code below in an empty directory. What is the result? File f1 = new File ("dirname");F ile f2 = new File (f1, "filename");
Consider the following program: import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program?
How can we identify whether a compilation unit is class or interface from a .class file?
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension.
In order for a source code file, containing the public class test, to successfully compile, which of the following must be true?
Which of these class is used to read and write bytes in a file?
Which of these class is used to read from a file?
In order for a source code file, containing the public class Test, to successfully compile, which of the following must be true?
Which of these is used to access member of class before object of that class is created?
Which of these keywords is used to refer to member of base class from a sub class?