explain System.out.println
Answer Posted / shankar
System is a final class inside java.lang package
out is a static object..
println() is a method of System class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many unicode characters are there?
explain the concept of virtual method invocation in polymorphism in detail?
What is operator overloading. Is it is supported in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is the protected method modifier?
How to implement a multithreaded applet?
Explain serialization and deserialization in java?
What is difference between an object and a class?
why doesn't java run on all platforms?
Explain about instanceof operator in java?
What are measurable parameters?
What is the gregoriancalendar class in java programming?
Name some OOPS Concepts in Java?
What is data type in java?
What is polymorphism java example?