#036

Опубликовано: 18 Июнь 2023
на канале: Programming Heist (Professor)
39
1

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): ...