Answer Posted / swetcha
Also called late binding, it is the linking of a routine or
object at runtime based on the conditions at that moment
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differences between external iteration and internal iteration?
can used Protected Class outside Function.?
Can a final variable be initialized in constructor?
What is memory leak and how does java handle it?
What is the purpose of return statement?
Why deletion in linkedlist is fast than arraylist?
Can we access instance variables within static methods ?
What is the use of list in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What is your platform?s default character encoding and how to know this?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What does file separator do in java?
How will you add panel to a frame?
What are the two types of streams offered by java 8?