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
Does java vector allow null?
What is a loop java?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
Which class is the superclass of all classes?
Can we overload destructor in java?
Is the empty set a singleton?
What is the static keyword?
What is size_t?
What are the properties of thread?
Why is java architectural neutral?
Give me some null interfaces in java?
State the significance of public, private, protected class?
Why collection doesn’t extend cloneable and serializable interfaces?
How do you check if two strings are equal in java?
What are constructors in java?