Explain the difference between static and dynamic binding in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How many types of memory areas are allocated by JVM in java?

0 Answers   UGC Corporation,


How do you calculate square roots?

0 Answers  


What is a local class in java?

0 Answers  


What is the full meaning of java?

0 Answers  


Can java object be locked down for exclusive use by a given thread?

0 Answers  


What's the default access specifier for variables and methods of a class?

0 Answers  


Differentiate between stringbuffer and stringbuilder in java.

0 Answers  


What about instanceof operator in java?

0 Answers  


they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }

2 Answers   DNS, IPSR Solutions,


How does a for loop work java?

0 Answers  


Does any tag exists in HTML to upload and download files ?

3 Answers  


Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


Categories