we have two applications A1 & A2 both are accesing the same
databse table employee at the same time how we will manage
this so that both application can get the correct no of
emloyee while A1 is inserting a employee at the same time
while other applicatuion is getting the empployee list.
Answer Posted / manidhar
By using triggers concept we can achieve ...
| Is This Answer Correct ? | 3 Yes | 6 No |
Post New Answer View All Answers
What are action errors and error and what are the consequences they impose?
Explain about struts?
How can we upload files in Struts2 application?
Which model components are supported by Struts?
Explain the core end goal while using java struts?
what is ACID test for fresh engineers??what is the pattern??
Difference between struts and spring?
What does params interceptor?
Explain about token feature in struts?
What is struts 2 framework in java?
What is defeult result type?
How you will display validation fail errors on jsp page?
What are action errors and error?
What is the purpose of redirect result type?
What is the purpose of @before?