What is dynamic binding?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
dynamic binding is the binding that takes place during runtime
| Is This Answer Correct ? | 5 Yes | 1 No |
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
Why we use multi threading instead of multiprocessing?
What is the arraylist in java?
is it possible to instantiate the math class?
What modifiers are allowed for methods in an interface?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
Explain about interrupt() method of thread class ?
What java ide should I use?
Can two objects have same hashcode?
Can we catch more than one exception in single catch block?
What are the types of web technologies?
What is pre increment and post increment in java?