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
Give few examples of final classes defined in Java API?
Can you explain the cs option of java interpreter?
What does int argc char * argv [] mean?
Does string isempty check for null?
What is tree node in java?
What is the difference between math floor and math round?
What is the difference between the boolean & operator and the && operator in java programming?
What is meant by overloading?
What is maximum size of arraylist in java?
Is hashset ordered?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Is Constructor possible in abstract class in java ?
Explain the importance of finally over return statement?
Why are there no global variables in java?
Explain about main() method in java ?