If goto and const is reserve words than why it is not work in java?
how to develop the submit and search operations in single jsp using struts?
Can explain about the validations and in your project where did u used the validations?
What does those terms actually mean included in the j.d.k i.6?
Why does java doesnt suuport unsigned values?
what is ACID test for fresh engineers??what is the pattern??
Explain the OOPS concept in Realtime Scenarion ? Take example as CAR. Please explain indetail ?
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
what are the disadvantages of indexes in oracle?
I Want build and release interview questions
how to upgrade the weblogic server licence?
how to get the critical application?
tell me the permenent memory issues?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
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??