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 does the append?
Explain creating threads by implementing runnable class?
Is 0 true or false in java?
What are the advantages of functions?
What is parameter example?
'A class is a template for an object' explain this statement.
What are the advantages of unicode?
What is thread safe singleton?
Give the difference between the println method and sqrt method?
What are keywords and reserved words in java?
What is covariant return type?
What is tochararray in java?
Which keyword specify that a variable is effectively final ?
What is hashmap in java?
Can we make a constructor final?