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 the use of oops?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is an advantage of polymorphism?
What is class encapsulation?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is the main purpose of inheritance law? Why multiple inheritance is not allowed? Why is it so that we can have virtual constructors but we
cannot have virtual destructors? What is purpose of inheritance? What is overriding vs overloading? What are two types of polymorphism? Why do we use inheritance? Can we create object of abstract class? How do you define a class in oop?