What is difference between abstract class & final class
Answer Posted / guest
abstract class is a class that has no direct instance in
the system but final class is a class in which we found the
correct answer
| Is This Answer Correct ? | 16 Yes | 12 No |
Post New Answer View All Answers
Which arithmetic operations can result in the throwing of an arithmeticexception?
What are java methods?
Explain about automatic type conversion in java?
Where are the card layouts used?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Why doesn't the java library use a randomized version of quicksort?
How can we pass argument to a function by reference instead of pass by value?
Will minecraft java be discontinued?
How will you print number in reverse (descending) order in BST.
What is meant by class loader? How many types are there?
Which variables are stored in stack?
Can a boolean be null java?
What is java dot?
What is the difference between final, finally and finalize()?
How to sort double array in java?