Can you override a private or static method in java?
Answer / siddu
Static is final method it can not be change or override inherited in another class
| Is This Answer Correct ? | 0 Yes | 0 No |
What is api data?
What is the base class of all exception classes?
What does you mean in math?
What are the two types of streams offered by java 8?
What are the OOPS concepts in Java ?
What are the differences between unchecked exception, checked exception, and errors?
Explain about wait() method?
What is a numeric literal?
What is “try and catch” in java
Can we call a non-static method from inside a static method?
Give few difference between constructor and method?
Explain JSP life cycle