Can anyone tell me what is the command to view the methods of an inbuilt java class for example,methods in Integer class through command prompt.
It would be very helpful to me.
"javap java.lang.Integer" from the command prompt. BTW, you should use the API as it tells you all the details (what's & what's not etc..) needed by a programmer.