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
What do you know about the garbage collector in java?
What do you understand by copy constructor in java?
What is the difference between static class and normal class?
What are keywords give examples?
What are the features of java?
Can we declare a class as abstract without having any abstract method?
What is %d in printf?
What is string variable?
What is the difference between stored procedure & function?
What is the use of keywords in java?
What is the range of a character variable?
What is the difference between stream and buffer?
How do you convert string to int in java?
What is variable argument in java?
What is the base class of all exception classes in java?