What isan abstract class and when do you use it?
An abstract class allows you to create functionality that subclasses can implement or override. An interface only allows you to define functionality, not implement it. And whereas a class can extend only one abstract class, it can take advantage of multiple interfaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
a thread is runnable, how does that work? : Java thread
What are the rules for naming an array?
How do you calculate square roots?
Explain about interrupt() method of thread class ?
What's a method in programming?
In a class implementing an interface, can we change the value of any variable defined in the interface?
Why heap memory is called heap?
What are the steps involved to create a bean?
What is the difference between java applets and applications?
Which is easier netbeans or eclipse?
How does java pattern compile work?
what is Portal(web based online portal)?