explain System.out.println
Answer Posted / swati vora
system is a class.
out is a object.
println() is a method
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is use of a abstract variable?
Explain the key functions of data binding?
What is type conversion in java?
Does java trim remove newline?
What are different access specifiers in java? Explain
Why heap memory is called heap?
What are parsing rules?
What are the concepts of 'OOPS'?
What is the difference between final, finally and finalize() in java?
What is loop in java?
what is thread? What are the high-level thread states? : Java thread
Can we have two methods in a class with the same name?
What are the different types of multitasking?
What restrictions are placed on method overloading in java programming?
Why do we need singleton?