Is java dynamic typed language?

This question is related to Oracle Interview

Showing Answers 1 - 3 of 3 Answers

Yes, java is dynamic typed language as it has a property of a language where type checks are performed mostly at run time.A program is dynamically typed if it uses at least one dynamically typed variable.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions