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

Is hashset sorted in java?

863


What is pass by value?

710


Explain methods specific to list interface?

740


Which are different kinds of source code?

873


What are pass by reference and pass by value?

705


What is the use of object and class classes?

783


What is the purpose of encapsulation?

740


what is the difference between preemptive scheduling and time slicing? : Java thread

762


How do you create immutable object in java?

778


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

1816


What are the string methods in java?

818


What are the advantages and disadvantages of object cloning?

780


What does string mean in java?

828


does java support pointers?

753


What is bitwise complement?

722