Can an abstract class be final?

Answer Posted / sudhakar goud

we can't write why because abstract class says it should be
overridden in subclass but where as final class says it
can't be overridden

Is This Answer Correct ?    13 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is daemon thread and which method is used to create the daemon thread? : Java thread

522


What is the difference between the prefix and postfix forms of the ++ operator?

552


Is null a value?

554


What is the concept of multithreading?

516


Implementations of set interface?

555






Is 0 an even number?

542


What does nextint () do in java?

550


For class CFoo { }; what default methods will the compiler generate for you>?

611


Why do we need array in java?

526


How to pass arraylist to stored procedure in java?

538


These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

595


Is array an object in java?

541


Does java linked list allow duplicates?

547


is there a separate stack for each thread in java? : Java thread

532


What are thread safe functions?

506