what is the difference between javap and jad utility
Answer Posted / 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 View All Answers
What is overloading and its types?
What is a class oop?
What is ambiguity in inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
Explain virtual inheritance?
Advantage and disadvantage of routing in telecom sector
What is inheritance and how many types of inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are the important components of cohesion?
What is difference between inheritance and polymorphism?
What is cohesion in oop?
write a programe to calculate the simple intrest and compund intrest using by function overlading
What is the importance of oop?
What is oops in simple words?