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
How can you overcome the diamond problem in inheritance?
Templates mean
Write a c++ program to display pass and fail for three student using static member function
Why is oop useful?
What is cohesion in oop?
What is and I oop mean?
Why is polymorphism important in oop?
What is encapsulation process?
How long to learn object oriented programming?
What is encapsulation oop?
Which method cannot be overridden?
What is oops?what is its use in software engineering?
Why is static class not inherited?
What is polymorphism what is it for and how is it used?
Which type does string inherit from?