Which method cannot be overridden in java?



Which method cannot be overridden in java?..

Answer / Ashutosh Kumar Dubey

The final method cannot be overridden in Java. It can only be declared within a class and not within an interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Describe the various concepts related to object oriented programming (oop).

1 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


What is consumer interface?

1 Answers  


What is the order of method invocation in an Applet?

1 Answers  


Give us the name of the list layoutmanagers in java?

1 Answers  


What is difference between calling start() and run() method of thread?

1 Answers  


What is run time allocation?

1 Answers   Fidelity,


What is the difference between getCodeBase and getDocumentBase methods?

1 Answers   CS Business Services,


What is the constructor?

1 Answers  


Why are constructors used?

1 Answers  


Explain how to force the garbage collection in java.

1 Answers  


What was java originally called?

1 Answers  


Categories