Hi there,

Anyone knows if there is any synchronizing keyword to be used with methods?

For example, in java, we have the synchronised keyword.

This synchronised keyword is particular useful during updates in database.

For example, a client who run 2 browser at an e-commerce site.

1) client enter order amount of 5 in Browser A

but later change his mind and change the order amount to 6

2) client enter order amount of 6 in Browser B

upon loading of another page

Browser A should reflect 6 instead of 5

I don't really know how to explain here but hope someone can understand me.