Answer Posted / pranab dutta
An Abstract class serves as a template, so it must be
extended /subclassed. It contains a static data. It means a
class that is abstract may not be instantiated and its
constructor can?t be called. A class may be declared
abstract even if it has no abstract methods that prevents
it from being instantiated.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is application system?
What is equals method in java?
How do you compare objects in java?
Explain wait(), notify() and notifyall() methods of object class ?
What is an anonymous class in java?
Is there any sort function in java?
What are class types in java?
What is compiler and what its output.
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
What is palindrome in java?
What differences exist between iterator and listiterator?
Explain JMS in detail.
How can you set an applet’s height and width as a percentage?
Explain about join() method?
What is primitive data type in java?