what is the difference between javap and jad utility
Answer Posted / pranjal prakash srivastava
JAD is a programm that reads one or more java class file and
convert them into java source file which can be compiled
again,so in other words we can say that JAD is a decompiler
for the java whereas javap is a command that displays
information about the methods, variables, and parameters
present in a class file.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
What is polymorphism and example?
Why do we use class?
What are the advantages of polymorphism?
Why is there no multiple inheritance?
What is oops with example?
What is basic concept of oop?
write a program to find 2 power of a 5digit number with out using big int and exponent ?
what is the drawback of classical methods in oops?
Why is polymorphism needed?
What is encapsulation with example?
What are benefits of oop?
What are the three parts of a simple empty class?
What is encapsulation oop?
What does it mean when someone says I oop?
What are the important components of cohesion?