Answer Posted / ravikiran(aptech mumbai)
static binding will takes place at compile time,and it's
known as compile time binding.variables will undergo static
binding
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
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.
What are data types in programming?
What type of language is java?
Do we need to manually write Copy Constructor?
Which one of the following suits the description of a string better: derived or primitive?
How many bytes is a char in java?
What is the difference between class & object?
What is final access modifier in java?
How to display names of all components in a Container?
What is function and its uses?
What are annotations in java?
Why method overriding is used?
What is the effect of keeping a constructor private?
What is the similarity between dynamic binding and linking?