What is jaxr provider?
No Answer is Posted For this Question
Be the First to Post Answer
What is connector?
What is fatal error?
i have to create an application with session.during that session a timer will be started & show the time in second upto the session expired.So that i can know how many time i in that session. Hint:-i m hinted that it will coded with javascript
Where javac is located?
What is distributed application?
Explain connector architecture.
What is webservices in java?
What is java technology stack?
Define connection pooling?
What is server in j2ee?
What is java 2 platform, standard edition (j2se)?
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??