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
Can we have multiple catch block for a try block?
What are predicates in java 8?
What is meant by the value of a variable?
What does @param args mean in java?
Explain wait(), notify() and notifyall() methods of object class ?
What is a platform?
What is difference between call by value and call by reference?
Can you explain the cs option of java interpreter?
Define the term string pool?
Variables used in a switch statement can be used with which datatypes?
What are the different access modifiers available in java?
Can list contain null in java?
List implementations of list interface?
What are the main features of java?
Why parsing is done?