explain System.out.println
Answer Posted / sarfraj ahmed
SYSTEM IS THE CLASS
OUT IS THE OBJECT OF THE CLASS
& PRINTLN IS THE METHOD....
WHICH IS USED TO DISPLAY THE STRING INSID METHOD
| Is This Answer Correct ? | 13 Yes | 17 No |
Post New Answer View All Answers
What do you mean by jjs in java8?
What is a databasemetadata?
What is concurrent hashmap and its features?
What is the difference between final, finally and finalize() in java?
What are the difference between composition and inheritance in java?
What are anonymous inner classes?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Can we make the abstract methods static in java?
Why is java logo a cup of coffee?
Does java allow overriding static methods ?
Explain the difference between extends thread vs implements runnable in java?
Can you explain the cs option of java interpreter?
What is the use of join method?
Is math an abstract class in java?
What is the implementation of destroy method in java. Is it native or java code?