explain System.out.println
Answer Posted / rajendra chandra
System:-it is class present in the java.lang package
out:-it is the static variable of PrintStream class defined inside system class
println():- is a method of PrintStream Classand this class having some method which are declared pubic void type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is incompatible types in java?
What is a loop java?
What is the main method java?
What is the method in java?
State the difference between creating string as new () and literal.
What is the purpose of the return statement?
Does java map allow duplicates?
What are the advantages of java over C++?
What is the difference between stream and buffer?
What are the restrictions that are applied to the java static methods?
What is the exact difference in between Unicast and Multicast object?
What is an argument java?
What is the original name of java?
What is the difference between size and length in java?
How to sort array in descending order in java?