Can an abstract class be final?

Answer Posted / huang

http://java.sun.com/javase/6/docs/jre/api/javaws/jnlp/index.html

The documentation says that
"This class is abstract and final and cannot be instantiated."
for ServiceManager class.

Anyways, the class is not marked as abstract.

Is This Answer Correct ?    15 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a final class ?

610


What is constructor in java ?

638


What is rule of accessibility in java?

552


What will happen if static modifier is removed from the signature of the main method?

532


What is runtime locatable code?

877






How do you check if a string contains only numeric digits?

626


what is the purpose of using rmisecuritymanager in rmi?

573


What is a percentage sign called?

624


What happens if an exception is throws from an object's destructor?

590


What is the basic concepts of OOPS?

699


What do you understand by private, protected and public?

531


Implement a stack with push (), pop() and min() in O(1) time.

642


What is a memory leak in java?

551


What is preparedstatement in java?

566


What is canonical name in java?

630