Core Java Question:
Download Questions PDF

Explain about the dynamic behavior of core java?

Answer:

This language was designed to adapt the changing environment and behavior. New methods and instance variables can be added to the client side without any major changes happening at the client end. This function is very important for GUI builders, pluggable components, debuggers and object database.

Download Core Java Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about the performance aspects of Core Java?Explain about Java SDK?