explain System.out.println
Answer Posted / nithyapriya
System.out.println
System - is the predefined class that provide access to
the system.
out - is the output stream that is connected to the console.
println - built-in method, which accomplish output
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is default switch case? Give example.
Is call by reference possible in java?
Can a class have a static inner class?
What happens if we don’t override run method ?
What is difference between equals and hashcode method?
How many bytes is a string in java?
Why is java called the platform independent programming language?
Explain wait() method of object class ?
What is instance synchronization?
Who is the owner of java?
How does a for loop work?
Where to store local variables?
What happens to a static var that is defined within a method of a class?
What is a Hash Table? What are the advantages of using a hash table?
What are the types of methodology?