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 difference between path and classpath variables?
What is runtime locatable code?
Where are global variables stored?
What is super in java?
Differentiate between == and equals().
What is the disadvantage of java?
What does g mean in regex?
What are the drawbacks of singleton class?
What is the difference between post and put?
What is difference between equals and hashcode method?
What is an image buffer?
Can we clone singleton class in java?
How do you clear an arraylist in java?
Java Compiler is stored in JDK, JRE or JVM?
Is list thread safe in java?