what is difference between abstraction and interface?
Answer Posted / pushpendra mishra
Abstract is used in Frame work but Interface is used in specification
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why singleton pattern is better than creating singleton class with static instance?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Can we declare an array without size in java?
What are the main uses of this keyword?
How to reverse a string in java?
Explain creating threads by implementing runnable class?
Explain about anonymous inner classes ?
What is garbage collection? Can it be forced to run?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What is the base class for error and exception?
What is methods and methodology?
Difference between static synchronization vs. Instance synchronization?
What is the syntax and characteristics of a lambda expression? Explain
What does the three dot emoji mean?
What is tree node in java?