Advantages of application state: Application object memory relased when we removed . Multi user can able to access application variable. To avoid deadlock or conflict we should use Lock and Unlock when we use write or update in the application object. Other application can’t access this application values.
What are the advantages of application state?
Advantages of application state: Application object memory relased when we removed . Multi user can able to access application variable. To avoid deadlock or conflict we should use Lock and Unlock when we use write or update in the application object. Other application can’t access this application values.