define System.out.println(); what is the meaning!
Answer Posted / mohanjayaseelan
system- is a class
out-is a field of type printstream
println-is a meathod in printstream class
| Is This Answer Correct ? | 38 Yes | 15 No |
Post New Answer View All Answers
Differences between traditional programming language and object oriented programming language?
How many java versions are there?
Which methods cannot be overridden in java?
What are constructors in java?
What are the principle concepts of oops?
What are white spaces in java?
What is assembly used for?
What is a stack class in java ?
What is the default value of byte datatype in java?
Why is String immutable?
Why 1 is not a prime number?
Is java a software?
Differentiate between == and equals().
What is the history of java?
What is diamond operator in java?