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 java instanceof operator?
What is the base class of all exception classes in java?
Why hashcode is used in java?
What is the size of an array?
Can a class have multiple constructors?
What is entry in java?
How to retrieve data from database in java using arraylist?
What about interthread communication and how it takes place in java?
Is heap stored in ram?
Why char array is favored over string for the storage of passwords?
How do you implement polymorphism in our day to day life?
Explain the polymorphism principle?
Why are lists ordered in java?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
What are the new features in java 8?