Why is Java said to be a robust programming language?
nishabr7:
Brother it is too much 4 u to delete my question
Answers
Answered by
6
heya mates
Java is Robust because it is highly supported language. It is portable across many Operating systems. Java also has feature of Automatic memory management and garbage collection. Strong type checking mechanism of Java also helps in making Java Robust.
if it will help you
then
mark me as brainliest
Answered by
0
Explanation:
Java is robust because: It uses strong memory management. There is a lack of pointers that avoids security problems. There is automatic garbage collection in java which runs on the Java Virtual Machine to get rid of objects which are not being used by a Java application anymore.
Similar questions