Quantcast
Channel: Java Tutorials, tips, forums, faq » Overriding
Viewing all articles
Browse latest Browse all 7

Java Made Clear: Difference Static binding and Dynamic binding

$
0
0
Java, being an OOPs language, supports both static binding and dynamic binding. Coming to our topic, a class may have overloaded and overridden methods. When to call which method is decided (binded) sometimes by compiler and sometimes by JVM at runtime. Why this disparity? Why Java is designed like this? All the questions will be […]

Viewing all articles
Browse latest Browse all 7

Trending Articles