explain System.out.println()
Answers were Sorted based on User's Feedback
Answer / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / navneet raushan
Static is a final class , out is the output stream and
println is the method of PrintWriter class.
| Is This Answer Correct ? | 0 Yes | 12 No |
What is hashmap in java?
What is difference between static class and normal class?
How to display arraylist values in java?
What is immutable class in java?
How does class forname work in java?
What is break and continue statement?
Why multiple inheritance is not supported by java?
How do you declare a variable?
Nested classes VS Inner classes?
Explain scope or life time of local variables in java?
How to call a Stored Procedure from JDBC?
What things should be kept in mind while creating your own exceptions in java?