+ 2
why java is called as robust and dynamic language?i mean what features make java as robust and dynamic?
please explain with clear examples
2 odpowiedzi
+ 5
Extracted from https://cheeze.club/rwni
Java has the strong memory allocation and automatic garbage collection mechanism. It provides the powerful exception handling and type checking mechanism as compare to other programming languages. Compiler checks the program whether there any error and interpreter checks any run time error and makes the system secure from crash. All of the above features makes the java language robust.
do u know about "write once run anywhere"? yes thats what makes java dynamic
+ 1
thank you for the explanation..