The text book has it mentioned as:
System.out -> Class
Println -> Method
But, I disagree.
I think it's:
System -> Class
Out -> Method
Now, according to my logic, should Println be a method inside the method (Out)?
What is the correct concept here?