DEVFYI - Developer Resource - FYI

In System.out.println(),what is System,out and println,pls explain?

Java Interview Questions and Answers (part 1)


(Continued from previous question...)

130. In System.out.println(),what is System,out and println,pls explain?

System is a predefined final class,out is a PrintStream object acting as a field member and println is a built-in overloaded method in the out object.

(Continued on next question...)

Other Interview Questions