explain System.out.println
Answer Posted / umrao s rawat
System is a class.
out is referring to PrintStream Class.
Println is the method of PrintStream Class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What is the difference between the file and randomaccessfile classes?
Why is java called the platform independent programming language?
Write a program to print the pattern given below
How many types of methods are there in java?
What is a variable declaration?
What is a java developer salary?
Can It is possible to synchronize the constructor of a Java Class?
Which is better ascii or unicode?
How do you reverse a word in java?
how to convert Java project into Maven ?
How is garbage collection controlled?
How are variables stored in memory?
How will you add panel to a frame?
What is the final class modifier?