0

Why Java is dynamic??

11th Jan 2018, 5:54 PM
Deepa Gour
4 Answers
+ 6
good answer, Roberto!
11th Jan 2018, 9:13 PM
serhio923
serhio923 - avatar
+ 1
Java is considered dynamic because (basically) of the JVM (Java Virtual Machine), which ensures that a program written in any platform (say windows) works exactly the same way on any other platform with the JVM installed (say Linux), which is the feature, along with its robustness, that still makes Java a great programming language. Hope this oversimplified answer is the one you were looking for Deepa.
11th Jan 2018, 8:49 PM
Roberto Guisarre
Roberto Guisarre - avatar
0
Give more information please
11th Jan 2018, 6:16 PM
Lucien
Lucien - avatar
0
means in one word byte code
12th Jan 2018, 8:57 AM
Deepa Gour