InterviewSolution
Saved Bookmarks
| 1. |
Which of these is a wrapper for data type int?(a) Integer(b) Long(c) Byte(d) DoubleThis question was posed to me in class test.Question is from Java.lang topic in section Exploring java.lang & java.io of Java |
|
Answer» CORRECT ANSWER is (a) Integer Explanation: NONE. |
|