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
Name component subclasses that support painting in java programming?
What is a text string?
What is the difference between actual and formal parameters?
What are the java ide's? Explain
What methods are used to get and set the text label displayed by a button object?
What is difference between float and double?
How do I convert a string to an int in java?
From the two, which would be easier to write: synchronization code for ten threads or two threads?
Why is the singleton pattern considered to be an anti pattern?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
give an example for encapsulation?
can java object be locked down for exclusive use by a given thread? : Java thread
What is a static method in java?
What is string immutability?