Answer Posted / 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 View All Answers
What is java naming and directory service?
What are the main components of multi-tier architecture?
What are the tools in java?
What is setbounds in java?
What is actionerrors?
Why java is called portable language?
What is frame in java?
What is pure java?
What is container-managed transaction?
What is included in j2ee?
for example we are login into the irctc server from there it will go to the selected bank and deduct amount and come back to the irctc. so if we are developing this in java means will it be run on the same session. but as per my knowledge bank is separate and irctc is separate URL's so it will use two different sessions then how it is maintaining same session through out application and even it uses the payment gateway? how it is working can any one help me on that??
What is credentials?
What is server in j2ee?
What is the container?
What is distributed application?