Java Interview Questions
1. Why Java is considered dynamic? Answer: It is designed to adapt to an evolving environment. Java programs can carry extensive amount of run-time information that can be used to verify and resolve accesses to objects on run-time. 2. Can we override Static method in Java? Compilation error? Answer: (No, it can only be hidden, [...]