---
title: "Why Java is considered dynamic?"  
description: "Why Java is considered dynamic?"  
author: "Anonymous User"  
published: 2015-06-19  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/2637/why-java-is-considered-dynamic  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# Why Java is considered dynamic?

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.

## Answers

### Answer by Anonymous User

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.


---

Original Source: https://www.mindstick.com/interview/2637/why-java-is-considered-dynamic

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
