1.What happens to a session object when the browser
associated with it is closed?
2. Explain what happens when a servlet is sent a POST
request?
3. Why does only one copy of a servlet get created?
4. Explain what happens when a browser requests a servlet?
(for the first time)
5.How is information stored in a session object?
No Answer is Posted For this Question
Be the First to Post Answer
In LSMW , what does the following error mean and how to rectify it : Incorrect interface data for set 78 in method C . This error is occuring in idoc processing step of LSMW.
1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?
Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,
i have two internal tables with customer and credit amount in one table then customer and debit amount in another table. now i need output in single list as customer, credit amount, debit amount and (credit - debit). help me please
DAL in oracle
Design a timer circuit using VHDL which has the following: input : start_timer(ST) output: long_time(LT) short_time(ST) when the timer is triggered by the ST(either 0 or 1) signal the timer should generate two timing signals accordingly.While the long time is going ON the other should be OFF and vice versa.
How can we write an algorithm for show max and min from two integer inputs ? without using if() , without any functions ...
Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?
Find out the list of roles which gives access to all t-codes in SAP? Thanks in advance.
Hello, Can anyone tell me the source code for FLAMES game in Control Language Programming(CLP)of AS/400.
Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields
Write a sql query to find n'th maximum in the database table.