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 the escape character in java?
For class CFoo { }; what default methods will the compiler generate for you>?
Explain the Propertie sof class?
What are different access specifiers in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is import java util arraylist?
What are java packages? What's the significance of packages?
Is ++ operator thread-safe in java?
What do you understand by the term wrapper classes?
If two threads have same priority which thread will be executed first ?
What is a generic type?
difference between byte stream class and character stream class?
Difference between java and javascript
What is nextline method in java?
Why can't we use static class instead of singleton?