Home » JAVA Programming » Basic Datatypes » Question
  1. Which of the following is method of wrapper Integer for converting the value of an object into int?
    1. Byte Bytevalue()
    2. bytevalue()
    3. int intValue();
    4. Bytevalue()
    5. None of these
Correct Option: C

int intValue();



Your comments will be displayed only after manual approval.