I have one Shopping cart application, i that i have
selected some items, while clicking submit button by
mistake i have clicked twice or trice, that time items are
selected twice or trice. Actually i want only one copy of
items but its selected twice or trice. So how can we avoid
this problem?

Answers were Sorted based on User's Feedback



I have one Shopping cart application, i that i have selected some items, while clicking submit but..

Answer / veera

If this question in core (jave Collection): if you are
using list,it will take the duplicate values. so pass
through this list into set it will remove the duplicate
values.

if this question in J2EE servlets: use post method, it it
is not idempotent. once you add item to cart, it will give
the acknowledge before changing in server.

Is This Answer Correct ?    12 Yes 2 No

I have one Shopping cart application, i that i have selected some items, while clicking submit but..

Answer / balagangadhar

Using token mechanism in struts we can duplicate requests in
web applications.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

What is the difference between throw and throws?

5 Answers   Cap Gemini,


what is custom tags with example?

3 Answers   Amdocs,


What is class array in java?

0 Answers  


What is meant by class and object in java?

0 Answers  


What is string array?

0 Answers  






What is the Difference between Final Class && Abstract Class?

0 Answers   HCL,


When to use runnable interface vs thread class in java?

0 Answers  


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

0 Answers  


What is a local, member and a class variable?

0 Answers  


What is formatted output?

0 Answers  


What does super keyword do?

0 Answers  


what is check p object in java

1 Answers   TCS,


Categories