Explain about the dynamic behavior of core java?



Explain about the dynamic behavior of core java?..

Answer / Rizwan Alam Khan.

"Java is dynamically typed because it does not require explicit type declarations for variables and can bind methods to objects at runtime. It also supports object-oriented programming, allowing for runtime polymorphism (the ability of an object to take on many forms)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are design patterns and please explain?

1 Answers  


What is static import in java?

1 Answers  


What is an association?

1 Answers  


Can a constructor be private and how are this() and super() method used with constructor?

1 Answers   Flextronics, Hexaware,


Is null false in java?

1 Answers  


What best practices should you follow while writing multithreaded code in java?

1 Answers  


Which class has no duplicate elements?

8 Answers  


Which is the best sorting technique in java?

1 Answers  


What does super keyword do?

1 Answers  


How many types of interfaces are there?

1 Answers  


Explain the importance of finally over return statement?

1 Answers  


Explain with example the concept of constant variable in java.

1 Answers   HCL,


Categories