explain System.out.println
Answer Posted / shankar
System is a final class inside java.lang package
out is a static object..
println() is a method of System class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you get length in java?
What is bigger kb or mb?
What is method with example?
Can we change the value of static variable?
What are the approaches that you will follow for making a program very efficient?
What is yield () in java?
What is percentage in java?
What is diamond operator in java?
What is the use of :: in java?
What is java used for on a computer?
I want to persist data of objects for later use. What’s the best approach to do so?
Difference between process and thread?
What is the abstract class?
Can you call a method in a method?
What is static import?