Computer Science, asked by ns4857628, 1 month ago

what does the robust features of java​

Answers

Answered by Anonymous
0

Robust simply means strong. 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.

There are exception handling and the type checking mechanism in Java. All these points make Java robust.

Answered by jungkook00777
1

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.

mark me as brainliest please:)

Attachments:
Similar questions