What is robust | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

What is robust

7th Jan 2017, 2:37 AM
Deepan
2 ответов
0
Robust means reliable and Java is robust in the sense that 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.
7th Jan 2017, 7:01 AM
SOLEYMAN
SOLEYMAN - avatar
0
@E.Deepan you will win now onwards :-)
25th Aug 2017, 6:50 AM
Prashant Godfrey
Prashant Godfrey - avatar