define System.out.println(); what is the meaning!
Answer Posted / ashish kumar sahu
System.out.println();
println() is a method of PrintStream class.
out is a object of PrintStream class.
System is class where out object is created.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we access some class in another class in java?
How arrays are stored in memory in java?
Give few difference between constructor and method?
What is adapter in java?
Is a char always 1 byte?
What does += mean coding?
What is void data type?
When can we say that threads are not lightweight process in java?
What is an arraylist in java?
What are jee technologies?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
What is a parameter used for?
What is the indent key?
Define immutable object?
How do you sort in java?