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
What about interthread communication and how it takes place in java?
What are adapter classes?
what is the purpose of the runtime class?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Write a function to print Fibonacci series and Tribonacci series?
How is hashset defined in java?
Is heap stored in ram?
Is a boolean variable?
How do you create a sop?
What is a default method?
What does those terms actually mean included in the j.d.k i.6?
What is a programming object?
What are the rules for naming an array?
What is equals method in java?
How do you calculate square roots?