InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is not included in java.lang?(a) Byte(b) Integer(c) Array(d) Class |
|
Answer» Correct answer is (c) Array Easiest explanation: Array class is a member of java.util. |
|