Can you override a private or static method in java?
Answer Posted / siddu
Static is final method it can not be change or override inherited in another class
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many ways can we create the string object?
Explain JMS in detail.
Can a source file contain more than one class declaration?
What are some characteristics of interference class?
Difference between serialization and deserialization in java?
What do you mean by aggregation?
What is the difference between superclass and subclass?
Explain the scope or life time of class variables or static variables?
How do I convert a string to an int in java?
What is singletonlist in java?
What are serialization and deserialization?
Can private class be inherited in java?
Explain different states of a thread in java?
Write code of any action class?
What is final keyword?