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 is difference between String s=new String("vali"); String s="vali"
What is the highest level of cohesion?
What are the 4 pillars of oop?
what is the definition of incapsulation
Can we have a private constructor ?
12 Answers HSBC, Ness Technologies, TCS, Wipro,
What is protected in oop?
Is this job good for future? can do this job post grduate student?
What is difference between pop and oop?
which structured data type is not used in c++? 1.union 2.structure 3.string 4.boolean
What is object in oop with example?
What is overriding in oops?
What is the difference between C++ and java?