InterviewSolution
Saved Bookmarks
| 1. |
Which is not a System class variable?(a) err(b) out(c) in(d) put |
|
Answer» The correct answer is (d) put For explanation: Put is not a System class variable. The most general and basic variables are err, out and in. The variables can handle most of the tasks performed in a program. |
|