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 |
What does enum stand for?
Where is pseudocode used?
What are the main differences between procedure oriented languages and object oriented languages?
9 Answers IBM, Infosys, Wipro,
how to tackle technical questions
What is the important feature of inheritance?
Can you name some types of inheritance?
can we make a class static without using static keyword?
Can abstract class have normal methods?
what is the drawback of classical methods in oops?
Why a "operator=(...)" when there is a copy ctor?
What is ambiguity in inheritance?
Petrol pump mgt. system: To design a program that display an interface for the sale of the Petrol and then make the entries at the backend in the database.