what is the difference between javap and jad utility



what is the difference between javap and jad utility..

Answer / 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

More OOPS Interview Questions

How to deploy web appliction in web logic ?

1 Answers   Unisys,


Explain the concept of abstracion and encapsulation with one example. What is the difference between them?

3 Answers   PCS,


The expansion of GNU

3 Answers  


What is abstraction and encapsulation?

0 Answers  


What is oops with example?

0 Answers  






What is a friend function & its advantage?

2 Answers   TCS,


What are virtual classes?

0 Answers  


What is the fundamental idea of oop?

0 Answers  


What is the important feature of inheritance?

0 Answers   BPL,


What is encapsulation oop?

0 Answers  


what is the definition of incapsulation

2 Answers  


Why multiple inheritance is not possible?

0 Answers  


Categories