Home » JAVA Programming » Object & Classes » Question
  1. Standard output variable ‘out’ is defined in which class?
    1. Process
    2. System
    3. Void
    4. Runtime
    5. None of these
Correct Option: B

Standard output variable ‘out’ is defined in System class. out is usually used in print statement i:e System.out.print().



Your comments will be displayed only after manual approval.