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 to create packages in java?
How many bits is size_t?
What is immutable state?
what is an objects lock and which objects have locks? : Java thread
What is arguments in java?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is linked hashmap and its features?
Is java hard to learn?
What does jre stand for?
Can one thread block the other thread?
What are the 6 boolean operators?
What is the use of StringTokenizer class?
What is intern method in java?
Explain OOPs concept.
What are the restriction imposed on a static method or a static block of code?