Why java is considered as dynamic? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Why java is considered as dynamic?

5th Jun 2017, 5:33 AM
Sowmya
Sowmya - avatar
2 Antworten
0
Hi there it's dynamic because of .class files (bytecodes) after complication, you write your code once and run it in many platforms, and .class files loads in run time, all that means java is dynamic.
5th Jun 2017, 5:50 AM
Masoud Esmaeilian
Masoud Esmaeilian - avatar
0
The fact that Java loads class files at runtime is one thing that makes it dynamic, java is also considered as a Dynamic programming language cause of Bytecode[a class file]. When you write a source code in one platform, then the same code can be executed in other platforms as long as it has the JDK Installed .
5th Jun 2017, 8:09 AM
John Emma
John Emma - avatar