explain System.out.println
Answer Posted / venkatearamireddy
System: System refers to current java program.
out: out refers to output device. by default it is monitor.
println: to print the specific string onto output device in
next line
| Is This Answer Correct ? | 118 Yes | 544 No |
Post New Answer View All Answers
What are the different http methods?
How we can execute any code even before main method?
What do you understand by java virtual machine?
How do you escape in java?
What is boolean example?
What is qualitative variable?
What is string data type?
Can you explain the meaning of aggregation and composition
How do you generate random numbers in java?
What is the maximum size of list in java?
What is a native method in java programming?
Can we create more than one object singleton class?
how to prepare for IT Officers Interview in Banks
How to create an immutable class?
What is implicit object in java?