Can classes declared using the abstract keyword cab be instantiated?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between abstraction and encapsulation?
what is Inheritense
Where are register variables stored?
Can an interface have a constructor?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
What are the similarities between an array and an ArrayList?
What is boolean example?
Have you ever used hashtable and dictionary?
What is compareto () in java?
Why do people says “java is robust”?
Describe 2 different ways to concatenate two strings.
Can list be final in java?