What is java used for in technology?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between save and saveorupdate?
What id url?
What does java ee stand for?
What will happen when you compile and run the following code?
to update a batch in a table in jdbc which method of statement object is used
What are j2ee technologies?
Which compiler is used in java?
What is filter chain?
What is j2ee server?
what is a servlet? and explain its lifecycle methods?
What is core java and 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??