单项选择题

当对Application对象进行修改时,需要先调用()方法,后调用()方法,以避免多个网页同时修改数据。

A.End();Start()
B.Unlock();Lock()
C.Start();End()
D.Lock();UnLock()