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()I got this question in exam.My enquiry is from Java.lang topic in chapter Exploring java.lang & java.io of Java |
|
Answer» RIGHT option is (B) INT intValue(); To EXPLAIN: None. |
|