define System.out.println(); what is the meaning!
Answer Posted / ranjeet
system:it is a class.
out : it is object of printstream which is call as method
during execution.
println:it is method .
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is java 1.7 the same as java 7?
What is super in java?
What do you mean by platform independence?
What is computer compiler?
What is meant by structural programming?
What is the difference between a field variable and a local variable?
What is byte data type?
Is void a data type in java?
Is java 9 released?
How many bytes is string in java?
Can we override constructors in java?
How many types of exception can occur in a java program?
What is time complexity algorithm?
What are the important features of Java 9 release?
What is the purpose of the system class in java programming?