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
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
How can you make sure that your singleton class will always return single instance in multi-threaded environment?
Can a class extend 2 classes in java?
Write a program in java to establish a connection between client and server?
What is protected in java?
Is it possible to compare various strings with the help of == operator?
What is the meaning of find and replace?
In java, what is the difference between method overloading and method overriding?
Is zero a positive integer?
How does system arraycopy work in java?
What is meant by binding in rmi?
Is java 11 paid version?
When do we use synchronized methods in java?
What is an object's lock and which object's have locks in java programming?
What is getclass () getname () in java?