Under what circumstances an object reference be cast to an
interface reference?
Answer Posted / janet
When the object implements the referenced interface, an
object reference be cast to an interface reference.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What do you understand by the bean persistent property?
What is runtime locatable code?
What is field name?
What do you mean by Hash Map and Hash Table?
What is the use of 'super' keyword inside a constructor?
How to compare strings in java?
Which are different kinds of source code?
What is a static method in java?
Explain methods specific to list interface?
What is overloading and overriding in java?
Can we use switch statement with strings?
What is the difference between replace and replace all?
Which types of exceptions are caught at compile time?
What is difference between == and === in js?
What is the difference between break and continue statements?