Why is java robust?



Why is java robust?..

Answer / hrindows@gmail.com

Java is termed as robust because of the following features:
– Lack of pointers: Java does not have pointers which make it secure
– Garbage Collection: Java automatically clears out unused objects from memory that are unused
– Java has strong memory management and supports dynamic linking.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More J2EE Interview Questions

What is mean by connection pooling?

0 Answers  


What do you mean by the component contract?

0 Answers  


What is a java application client?

0 Answers  


to update a batch in a table in jdbc which method of statement object is used

1 Answers  


you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?

0 Answers  






Define orm and its working in j2ee?

0 Answers  


What does resource adapt module contain?

0 Answers  


What is a jbutton in java?

0 Answers  


What are the components and containers in java?

0 Answers  


Is class a data type in java?

0 Answers  


How do I run java?

0 Answers  


What is the build file?

0 Answers  


Categories