Why java is called robust | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why java is called robust

1st Sep 2017, 2:35 PM
Rekha BS
Rekha BS - avatar
1 Answer
0
Robust means reliable and no programming language can really assure reliability. Java puts a lot of emphasis on early checking for possible errors, as Java compilers are able to detect many problems that would first show up during execution time in other languages.  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.
14th Feb 2018, 2:51 PM
Sunny Maurya
Sunny Maurya - avatar