+ 1
Why java is considered as dynamic?
2 Réponses
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.
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 .