What is j2ee stack?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
Hi friends, can u explain Transparent Persistence in hibernate with sample code.
Which edition of java is used for developing web application?
What is application client container?
Define hashtable in j2ee?
What is jetty in java?
What is non primitive data type in java?
How java is used in web applications?
Is java procedural or object oriented?
What is j2ee server?
What do you mean by the deployment descriptor?
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??