How to execute business logic for only once ..?even though
user clicks submit button multiple times by mistake..?
(i disabled JavaScript)



How to execute business logic for only once ..?even though user clicks submit button multiple times..

Answer / v.nagalakshmi

by implementing design patterns

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

what is the drawback of classical methods in oops?

0 Answers  


What is the difference between XML Web Services using ASMX and .NET Remoting using SOAP?

1 Answers  


#include <iostream> using namespace std; int main() { int a = 2; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][c[1][4]]; }

2 Answers   TCS, Wipro,


What is R T T I ?

6 Answers   Ness Technologies,


what is costructor?

1 Answers  


What is for loop and its syntax?

0 Answers  


How compiler selects(internally) required overridden function in inheritance?

2 Answers   CSC, Infinite Computer Solutions,


what is difference between objects and function

1 Answers  


what is virtual function?

26 Answers   Aspire, HP, Infosys, RoboSoft, TCS,


What type of Job you are providing?

0 Answers  


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


Are polymorphisms mutations?

0 Answers  


Categories