What are the j2ee client types?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between java and core java?
what is Directory Structure of webapplication?
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
What is external subset?
What is cascade delete?
Explain about J2EE Application Architecture
Possible ways for debugging java ,javascript,jsp and servlet. Can we use System.out.println debugging java.
What is jaxr provider?
What is the use of jit compiler in java?
Which is latest technology in java?
whay java does not support bass by reference
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??