Answer Posted / venkateswararao
No,we cant create an instance if an interface in java , but
we can create a reference of an interface and we can
assign the object of a class to that interface reference.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is console based application in java?
Why synchronization is important?
What are 4 pillers of object orinted programming?
Explain the difference between runnable and callable interface in java?
Can you explain the private protected field modifier?
What is the instance of an object?
Hi Anyone know the model / questions of the Federal bank sample questions for the post of Specialist Officers - Programmers. Please post if anyone have..
how does multithreading take place on a computer with a single cpu? : Java thread
What was java originally called?
Why java strings are immutable in nature?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What is append function?
When should I use stringbuffer?
How do you compare objects in java?
Can we have more than one package statement in source file ?