InterviewSolution
Saved Bookmarks
| 1. |
Which of these classes is not included in java.lang?(a) Byte(b) Integer(c) Array(d) ClassThe question was asked in my homework.The above asked question is from Java.lang Introduction topic in section Exploring java.lang & java.io of Java |
|
Answer» CORRECT ANSWER is (c) ARRAY Easiest explanation: Array class is a MEMBER of java.util. |
|