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.
如果一次調用會導致存儲某些數據用於後續調用,則稱這樣的應用程序是有狀態的。 - A subsequent call to the public static getInstance() will provide access to the singleton instance, but will not throw a checked exception.
對公用靜態 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.
對於可曏外擴展的解決方案,對應用程序的一次調用可能在某一台機器上処理,而後續調用可能在另一台機器上処理。