Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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.

Answers were Sorted based on User's Feedback



we have two applications A1 & A2 both are accesing the same databse table employee at the same..

Answer / krish

By implementing the class with SingleTheeadModel interface.
(Or) by writing the separate synchronized methods for insert
and retrieve methods. (or)by avoiding to declare Connection
object as instance variable.

Is This Answer Correct ?    14 Yes 0 No

we have two applications A1 & A2 both are accesing the same databse table employee at the same..

Answer / abdul

This can be done thru JDBC isolation properties., there
were some ISOLATION LEVEL where you can achive this.

Is This Answer Correct ?    3 Yes 0 No

we have two applications A1 & A2 both are accesing the same databse table employee at the same..

Answer / shaik baji

If it is a simple and small application synchronize the
Connection object other wise set the lock on the respective
table.

Is This Answer Correct ?    4 Yes 2 No

we have two applications A1 & A2 both are accesing the same databse table employee at the same..

Answer / manidhar

By using triggers concept we can achieve ...

Is This Answer Correct ?    3 Yes 6 No

we have two applications A1 & A2 both are accesing the same databse table employee at the same..

Answer / aravind

I hope version checking concept will help you in this case.

Is This Answer Correct ?    2 Yes 8 No

Post New Answer

More Struts Interview Questions

What is the use of namespace in action mapping in Struts2?

0 Answers  


if u r using eclipse tool how can u debbaging u r application? plz explain with sample code

3 Answers   IBM, Tech Mahindra,


Are interceptors thread safe?

0 Answers  


what is the purpose of load_on_startup entry in struts- config.xml?

5 Answers  


What is the role of action class in struts?

0 Answers  


What does execandwait interceptor?

0 Answers  


What is difference between actionform and dynaactionform?

0 Answers  


I will explain the scenario now i have a form1 having some fields and i made it extends DynaActionForm. in struts config how can i specify another form form2 which has to extend the form1 please specify is it better to use actionform or dyna action form in applations. is dyna action form is comfortable in declaring form variables of type 'ArrayList<somegenerics>' extend the

0 Answers   Techno Solutions,


What is strut action mapping?

0 Answers  


Explain the components of struts?

0 Answers  


What’s the utilization of struts.xml configuration file?

0 Answers  


Can we integrate struts with spring?

0 Answers  


Categories