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??


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

What is meant by applet in java?

0 Answers  


What is a java applet?

0 Answers  


What is application configuration resource file?

0 Answers  


What does j2ee stand for?

0 Answers  


How many java languages are there?

0 Answers  






Is java more difficult than c++?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


How do you compile java?

0 Answers  


What is single tier architecture in java?

0 Answers  


Which of the following are subclasses of java awt component?

0 Answers  


What is core java and j2ee?

0 Answers  


What is document root?

0 Answers  


Categories