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 proper subset?
How does map works in java?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is pojo class in java?
Write a method that will remove given character from the string?
What are the steps involved to write rmi based programs?
What is the purpose of the system class in java programming?
What is a treeset in java?
Java Compiler is stored in JDK, JRE or JVM?
Is string a class?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?
Explain the purpose of garbage collection in Java?
What is the association?
What is length in java?
What is the use of singleton?