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
How do you compare values in java?
Is java hard to learn?
Give us the name of the list layoutmanagers in java?
How java uses the string and stringbuffer classes?
What is a instance variable in java?
What is a treemap in java?
Which is easier .net or java?
What is formatted output in java?
How can an exception be thrown manually by a programmer?
What does null mean in java?
Are arrays static in java?
Can we restart a dead thread in java?
What do you understand by abstract classes?
What are the types of methodology?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?