Which method defined in Integer class can be used to convert an Integer object to primitive int type?

Options
- valueOf
- intValue
- getInt
- getInteger


CORRECT ANSWER : intValue

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement