Answer Posted / ram
Abstract class have the constructor in it just to instantiate its instance variables. Where as Interfaces are not containing any instance variables. That is why, they dont have constructor concept.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are byte codes?
What is stack example?
What is the primitive type short?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
What is size of int in java?
java program with complete 4 oops concepts implemented example
What does it mean that a class or member is final?
What happens when you add a double value to a string?
When is update method called?
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
how to split string in java?
What is the meaning of variables in research?
What is used of static keyword in java?
How is the marker interface used in Java?
Which is better arraylist or vector?