InterviewSolution
Saved Bookmarks
| 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. |
|