explain System.out.println
Answer Posted / praveen
System is a final class in java.lang package
out is a public static final refrence of PrintStram
in System
print() and println()are the methods in PrintStream
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the functionality of the stub?
Can a lock be acquired on a class in java programming?
What is the difference between public, private, protected, and friend access?
How many types of methods are there?
How do you create a sop?
What is canonical name in java?
What are the advantages of java over C++?
Can we override the overloaded method?
What is java in layman terms?
how to convert Java project into Maven ?
What are the parts of methodology?
How an object is serialized in java?
Why deletion in linkedlist is fast than arraylist?
What class of exceptions are generated by the java run-time system?
How does arraylist work in java?