what is difference between abstraction and interface?

Answer Posted / hitesh mandhyan

Abstraction is used in framework interface is used in
specification...

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is an objects lock and which objects have locks? : Java thread

528


When is the finally clause of a try-catch-finally statement executed?

497


Lowest Common ancestor in a Binary Search Tree and Binary Tree.

551


Is finalize() similar to a destructor?

546


I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?

634






Where are local variables stored?

508


Is void a keyword in java?

590


What is predicate in java?

556


Why bytecode is called bytecode?

581


Can we overload destructor in java?

538


What are the two main uses of volatile in Java?

595


What are the main uses of the super keyword?

551


What are the methods to rectify ambiguities in the interfaces in JAVA?

586


Can we override the private methods?

519


How many return statement are allowed in a function?

453