Why cant we define System.out.println() inside a class
directly?
Answer Posted / shahid
because println method is not abstract method it is method
of output stream class so we cant override.and it is just
overloded method.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between a checked and an unchecked exception?
I am a fresher and know core java, c languge, html, css etc if I am illegible for any job then send it on my email tatranakshay276@gmail.com
How does linkedhashmap work in java?
What about static nested classes in java?
Why Java is not pure Object Oriented language?
What is the driver class?
How do you sort a string in java?
What do you mean by constant time complexity?
What is the significance of java packages?
Can we force the garbage collection to run?
What is the diffrence between inner class and nested class?
Is alive and join method in java?
What is mvc in java?
What are the basic concepts of OOPS in java?
Is java 1.7 the same as java 7?