explain System.out.println
Answer Posted / sankar r k
System is a class of java.lang package
out is a static object of the Printstream class.
println is a function of Printstream class to print on the
console
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why can't we use static class instead of singleton?
What method is used to specify a container's layout in java programming?
Can a constructor call the constructor of parent class?
What do you mean by order of precedence and associativity?
What is string in java with example?
Why do we need hashset in java?
which class is the wait() method defined in? : Java thread
What do you understand by a Static Variable?
What are the differences between getting and load method?
How is a variable stored in memory?
What are constructors in java?
what happens when a thread cannot acquire a lock on an object? : Java thread
what is aggregation in java?
When should you use arraylist and when should you use linkedlist?
Explain jdk, jre and jvm?