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 |
Describe the various concepts related to object oriented programming (oop).
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.
What is consumer interface?
What is the order of method invocation in an Applet?
Give us the name of the list layoutmanagers in java?
What is difference between calling start() and run() method of thread?
What is run time allocation?
What is the difference between getCodeBase and getDocumentBase methods?
1 Answers CS Business Services,
What is the constructor?
Why are constructors used?
Explain how to force the garbage collection in java.
What was java originally called?