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 'applet container' ?

0 Answers  


which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post

7 Answers  


What is j2ee architecture?

0 Answers  


How to call main class with in main class?

2 Answers   IBM, Infosys,


What is a j2ee component?

0 Answers  






What is event in java?

0 Answers  


Is java a high level language?

0 Answers  


How does javac compiler work?

0 Answers  


What is archiving?

0 Answers  


What is the use of jit compiler in java?

0 Answers  


how dopost is secured than doget?

4 Answers   CGI,


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

1 Answers  


Categories