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 and I oop mean?

0 Answers  


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


What are the different forms of polymorphism??

8 Answers   Mantaq, NUC, PCS,


What is multilevel inheritance?

0 Answers  


why overriding?

3 Answers  






Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?

3 Answers  


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  


create a c++ program that will ask 10 numbers and display their sum using array.

1 Answers  


Is react oop?

0 Answers  


What is oops with example?

0 Answers  


what is data hiding.

3 Answers   Wipro,


why freind function takes more parameter than normal member function in c++?

1 Answers   IBM,


Categories