What is the diff. b/w Interfaces & Abstract class?
Answer Posted / paletipatisrinu
interface contain purely undefined methods but abstract
class contain purely defined methods and undefined methods.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Tell me how many ways are there to initialise an integer with a constant.
What is byte [] in java?
How can we make copy of a java object?
Explain java coding standards for methods?
Define packages in java?
What is replacefirst in java?
How can we create objects if we make the constructor private ?
Is array a class?
How does a for loop work java?
What is set string?
Why heap memory is called heap?
What is the difference between preparedstatement and statement in java?
How do you sort a string in alphabetical order in java?
Can list be null in java?
what is server side caching?