In this video we try to understand following points
1. why we use System class in System.out.prinltn()
2. System is class in java.lang package
3. out is the static property of class System. Which contains the reference of class PrintStream.
4. println() and print() are the methods defined in PrintStream.
Link for programs used in this video
https://github.com/krishankansal/Java...
Link for complete play list
• Java for complete beginners (Hindi): ...