Why cant we define System.out.println() inside a class
directly?
Answer Posted / madhu
we can override only class methods and we can't override the
output Stream methods.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
define the terminology association.
When is update method called?
What is the difference between overriding and overloading in OOPS.
Write a program to print fibonacci series
How do you escape json?
How can constructor chaining be done by using the super keyword?
Can a abstract class be declared final?
describe synchronization in respect to multithreading? : Java thread
Which of the following is not an isolation level in the JDBC
Explain the difference between comparator and comparable in java?
What are the java ide’s?
What is the difference between @before and @beforeclass annotation?
How is final different from finally and finalize?
Is alive in java?
What is the difference between iterator and enumeration ?