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 maximum size of array in java?
What is the this keyword?
Can we use string in the switch case?
Why are the methods of the math class static?
What is bifunction in java?
What is java life cycle?
Where is stringbuffer stored?
what is recursion in java
Why is it called buffering?
Enlist diffrent types of inheritance supported by java?
What is meant by javabeans?
What is the difference between preemptive scheduling and time slicing?
What are white spaces in java?
What are the rules for naming an array?
What are the differences between stringbuffer and stringbuilder?