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
Write a program to show whether a graph is a tree or not using adjacency matrix.
What are parsing rules?
Why is multithreading important?
What is == mean?
Differece between class and generic class?
How many bits is a char?
Is char * a string?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What are the major drawbacks of external iteration?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is the numeric promotion?
Does chrome use java?
Difference between static binding and dynamic binding?
What are the advantages of exception handling in java?
Is string serializable in java?