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

What is encapsulation with example?

0 Answers  


hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.

0 Answers  


Write a program to multiply 3x3 matrics

1 Answers  


What is inheritance in oop?

0 Answers  


What causes polymorphism?

0 Answers  






What do we mean by a hidden argument in C++?

1 Answers  


Why multiple inheritance is not allowed?

0 Answers  


How can we use the preprocessor #if and #elseif.

2 Answers  


what type of questions

0 Answers   IBM,


swapping program does not use third variable

5 Answers   TCS,


What is abstraction in oops with example?

0 Answers  


inheritence with example

1 Answers  


Categories