What is difference between abstract class & final class
Answer Posted / shivshankar gupta
1.final class is variable but abstract class not a variable
2.abstract method declare public and default but final class declare public...
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is the basic difference between string and stringbuffer object?
What is a pattern what is an anti pattern?
What are methods?
What is the synonym of framework?
What is java lang string?
Can a string be null?
What things should be kept in mind while creating your own exceptions in java?
What is methodological framework?
What is the difference between Java and C++?
Which class is the superclass for every class in java programming?
What is type inference in java8?
Is object a data type in java?
What is defined as false sharing in the context of multithreading?
How do you reverse a list?
Can we have any code between try and catch blocks?