Answer Posted / siva
static binding will takes place at compile time,and it's
known as compile time binding.
Static binding is done by the compiler
When it can determine the type of an object
Method calls are bound to their implementation immediately
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the size of a string in java?
What is string [] java?
What is skeleton and stub?
What is the benefit of inner classes in java?
Explain notify() method of object class ?
What is method with example?
Can we assign the reference to this variable?
Is java still relevant?
Is it possible to override private or static method in java?
Can we override protected method in java?
Can singleton class be inherited in java?
What are the five major types of reference sources?
What are controls and their different types in awt?
What are the advantages and disadvantages of reference counting in garbage collection?
What is composition in java?