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
What is string :: npos?
What do you understand by weak reference?
How to stop a thread in java? Explain about sleep () method in a thread?
Difference between a process and a program?
What is the tradeoff between using an unordered array versus an ordered array?
Why is stringbuffer faster than string?
What is the difference between serializable and externalizable interfaces?
Can we override constructors?
What are alternatives to java serialization?
Can you explain the private protected field modifier?
Can the interface be final?
Can vector have duplicates in java?
What are data types in programming?
what is static import in java? Explain
How to perform bubble sort in java?