0

What is "out" and function of it what is use of it in system.out.print()

11th Mar 2018, 8:16 AM
Arpit Srivastava
Arpit Srivastava - avatar
2 Answers
+ 2
System is a class present in java.lang package out is static variable present in System class out is an instance of java.io.PrintStream Println is a method present in java.io.PrintStream out is a static member so we can call it using class name.
11th Mar 2018, 11:22 AM
Ankit Saxena
Ankit Saxena - avatar