explain System.out.println
Answer Posted / bindu madhavi
System is final class of java.lang package.
'out' is field of System class which is static of
type 'PrintStream'.
println() is overloaded method of PrintStream.
| Is This Answer Correct ? | 9 Yes | 17 No |
Post New Answer View All Answers
How do you remove duplicates in java?
What isan abstract class and when do you use it?
why java does not support unsigned keyword?
What is linkedlist in java?
Explain serialization and deserialization in java?
Difference between java and javascript
What is float in java?
What are untrusted applets?
How does arraylist size increase in java?
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What are the drawbacks for singleton class?
Difference between start() and run() method of thread class?
Explain the meaning of java applet.
How to create a base64 decoder in java8?
What is a platform?