-
Which of these class holds a collection of static methods and variables?
-
- Runtime
- System
- Process
- Void
- None of these
Correct Option: B
System class holds a collection of static methods and variables. The standard input, output and error output of java runtime is stored in the in, out and err variables of System class.