Robust:
- In may other languages attention is not given on memory management or exceptional behavior of a program in different situations
- so most program failed
- but these issues are clearly dealt in java using the techniques called garbage collection and exception handling
- Garbage collection(Click here)
- exception handling(Click here)
No comments