InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is method of wrapper Integer for converting the value of an object into int?(a) bytevalue()(b) int intValue();(c) Bytevalue()(d) Byte Bytevalue() |
|
Answer» Right option is (b) int intValue(); To explain: None. |
|