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 charat java?
Variables used in a switch statement can be used with which datatypes?
What is java reflection api?
What is t type java?
What is the difference between array and array list in java?
What is subsequence of a string?
What about member inner classes?
What happens when a thread cannot acquire a lock on an object in java programming?
Is java developer a good career?
What is wrapper class example?
What is the list interface in java programming?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Does list allow duplicates in java?
Explain about the dynamic behavior of core java?
what is a green thread? : Java thread