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 are green threads in java?
What is the difference between the paint() and repaint() methods in java programming?
What do you mean by flow of struts?
Does apple use java?
What happens if constructor is private?
Does java list allow null?
How destructors are defined in java?
Can a static block throw exception?
What is difference between class and object in java?
What is port number in java?
What is space character in java?
What are the topics in core java?
How can we find the actual size of an object on the heap?
When is the finalize() called? What is the purpose of finalization?
What is a classloader in java?