1.

Which is not a System class variable?(a) err(b) out(c) in(d) putThis question was posed to me in final exam.I need to ask this question from Inbuilt Classes in section Inbuilt Classes of Object Oriented Programming

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.



Discussion

No Comment Found

Related InterviewSolutions