Answer Posted / ashish
It's a standard language for inter peer/app communication, as it is platform independent, have enhanced feature for carrying rich data. It's readable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is java development environment setup?
How can I be good in java?
What is included in j2ee?
What is javaserver pages standard tag library (jstl)?
What is the preferred size of a component in java?
What is difference between javac and java?
Is java 100 percent pure object oriented?
What is layout in java?
Which framework is best for java?
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 cascade delete?
How to create object without using the keyword “new” in java?
What does application client module contain?
What is awt package in java?
Are java primitives objects?