subsequent call
常見例句
- An application is said to be stateful if there is storage of some data resulting from a call that is used in a subsequent call.
如果一次調用會導致存儲某些數據用于后續(xù)調用,則稱這樣的應用程序是有狀態(tài)的。 - A subsequent call to the public static getInstance() will provide access to the singleton instance, but will not throw a checked exception.
對公用靜態(tài) getInstance() 隨后的調用提供了對單個實例的訪問,但它不拋出檢查到的異常。 - For a solution that will be scaled out, one call of the applications might end up in one machine and the subsequent call can end up in another machine.
對于可向外擴展的解決方案,對應用程序的一次調用可能在某一臺機器上處理,而后續(xù)調用可能在另一臺機器上處理。 返回 subsequent call