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
Can we convert integer to string in java?
What is the difference between variable & constant?
Why should we use singleton pattern instead of static class?
What is use of super keyword?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Why does java have two ways to create child threads?
Can there be an abstract method without an abstract class?
What is split return?
What programs use java?
Can java object be locked down for exclusive use by a given thread?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is byte code and why is it important to java’s use for internet programming?
What is meant by overloading?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How many types of java are there?