0
what is javap ??
2 Réponses
0
it's a command to know the profile of the predefined Java classes.
example :
javap Java.lang.String
then you will get the complete profile of String class,like what methods are there in String class etc..
0
sarath u r absolutely correct