what is difference between abstraction and interface?
Answer Posted / ravikiran
abstraction is used in framework
interface is used in specification
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
what is nested class in java?
Is finalize() similar to a destructor?
What is command line argument in java?
What is a null check?
What is keyset in java?
What is the diffrence between inner class and nested class?
how can you take care of mutual exclusion using java threads? : Java thread
What is the use of beaninfo?
Which number is denoted by leading zero in java?
What is lambda in java?
What is set in java?
What is the integer of 16?
What is continuity of a function?
Can we sort hashset in java?
what is daemon thread and which method is used to create the daemon thread? : Java thread