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
What is double data type?
What is math floor in java?
What is stack class in java?
Why heap memory is called heap?
List primitive java types?
What is keyword in oop?
Explain 5 io best practices?
Can we use string in switch case in java?
Which is better singleton or static class?
What is a nested class?
What is method in java with example?
What is an iterator java?
Define array. Tell me about 2-D array.
What is flush buffer?
Explain the difference between abstraction and encapsulation.