Is it possible to declare abstract class as final?What happens if we do so?
Answer / shruti k
Abstract call cannot be declared as final, if done so class can't be instantiated
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a bufferedreader?
Can we use both this () and super () in a constructor?
In how many ways we can do exception handling in java?
What are class members by default?
In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4
I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?
What is the intersection and union methods?
how can i connect to database in a applet ?
What is set and get methods in java?
Can we execute java program without main method?
What is the difference between this() and super()?
What is Hash Code in Java?