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 locale class in java programming?
How finally used under exception handling?
What is arguments in java?
Can a class be declared as static?
Explain how can you debug the Java code?
What is pojo class in java?
Is 0 a prime number?
What is finally in Java?
What was java originally called?
What about main() method in java ?
What is the association?
How are the elements of a gridbaglayout organized in java programming?
What is volatile data type?
What is thread safe in java?
What is a generic code?