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

Why it is called runtime polymorphism?

0 Answers  


What is difference between pop and oop?

0 Answers  


What is a friend function & its advantage?

1 Answers   MIT,


Why do we use class in oops?

0 Answers  


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

2 Answers  






How many human genes are polymorphic?

0 Answers  


what i oops concept, how many languages supports oops concept?

3 Answers   Value Labs,


what is diff between .net 1.1 and .net 2.0

4 Answers  


how can we design a magic square in c++?or suggest me the basic idea of it.

3 Answers  


Why oops is important?

0 Answers  


Can enum be null?

0 Answers  


what is the difference between ERROR and EXCEPTION?

14 Answers   NIIT, nvidia,


Categories