
how can we justify java technology is robust?

Hi Ramya
Mainly there are two resons available to called java is robust. 1. memeory management: In other languages like c and c++ the memeory allocaton and deallocaton is responsible by the programmer, but in java only the memory allocation is responsible by programmer and the memory deallocation is takes care by garbage collection. This garbage collection is also one program in jvm. 2.Exception handling: java also suppor the exception handling.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.