Timer類的cancel()方法用于終止此計時器并刪除任何當前計劃的任務。
用法:
public void cancel()
參數:該函數不接受任何參數。
返回值:該方法沒有返回值。
異常:該函數不會引發任何異常。
下面的程序演示了上述函數:
程序1:
// program to demonstrate the // function java.util.timer.cancel() ??import java.util.*; public class GFG { ????public static void main(String[] args) ????{ ??????????// creating timertask, timer ????????Timer timer = new Timer(); ????????TimerTask tt = new TimerTask() { ??????????????public void run() ????????????{ ????????????????for (int i = 1; i <= 15; i++) { ????????????????????System.out.println("working on the task"); ????????????????????if (i >= 7) { ????????????????????????System.out.println("stop the task"); ????????????????????????// loop stops after 7 iterations ????????????????????????timer.cancel(); ????????????????????????break; ????????????????????} ????????????????} ????????????}; ????????}; ????????timer.schedule(tt, 1000, 1000); ????} }
輸出:working on the taskworking on the taskworking on the taskworking on the taskworking on the taskworking on the taskworking on the taskstop the task
程序2:
// program to demonstrate the // function java.util.Timer.cancel() ??import java.util.*; public class GFG { ????public static void main(String[] args) ????{ ??????????// creating timertask, timer ????????Timer timer = new Timer(); ????????TimerTask tt = new TimerTask() { ??????????????public void run() ????????????{ ????????????????for (int i = 1; i <= 15; i++) { ????????????????????System.out.println("working on the task"); ????????????????????if (i >= 7) { ????????????????????????System.out.println("stop the task"); ????????????????????????// loop stops after 7 iterations ????????????????????????timer.cancel(); ????????????????????} ????????????????} ????????????}; ????????}; ????????timer.schedule(tt, 1000, 1000); ????} }
輸出:working on the taskworking on the taskworking on the taskworking on the taskworking on the taskworking on the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the taskworking on the taskstop the task
本文由 貴州做網站公司 整理發布,部分圖文來源于互聯網,如有侵權,請聯系我們刪除,謝謝!
網絡推廣與網站優化公司(網絡優化與推廣專家)作為數字營銷領域的核心服務提供方,其價值在于通過技術手段與策略規劃幫助企業提升線上曝光度、用戶轉化率及品牌影響力。這...
在當今數字化時代,公司網站已成為企業展示形象、傳遞信息和開展業務的重要平臺。然而,對于許多公司來說,網站建設的價格是一個關鍵考量因素。本文將圍繞“公司網站建設價...
在當今的數字化時代,企業網站已成為企業展示形象、吸引客戶和開展業務的重要平臺。然而,對于許多中小企業來說,高昂的網站建設費用可能會成為其發展的瓶頸。幸運的是,隨...
怎么登錄青驕第二課堂?首先點擊鏈接https://www.2-class.com/competition進入清教第二課堂官方網站后,電腦用戶點擊網站第一個登錄頁面進入賬號登錄界面,手機用戶點擊我的課程進入賬號登錄界面。2-class平臺怎么注冊?點擊flash場景右上角的【注冊】按鈕,進入注冊頁面,根據頁面要求填寫注冊信息,注冊成功。注意:不支持個人注冊帳戶。所有參與者的帳號和密碼均由學校管理員提...
平板上的英特爾z8500相當于臺式機什么級別的處理器?Intel z8500相當于臺式機E2100,因為在過去的五年中沒有這樣低性能的處理器。Z系列處理器是inter為上網本或平板電腦開發的超低功耗(約4W)處理器。你不能玩游戲。性能遠遠不夠,即使是lol級別最低的特效小網游,也卡爆了corem和z8700或z8500性能差距多大?差別很大。Z8700是471,比snapdragon 810好。Z...
如何使用freemind制作思維導圖教程?打開FreeMind,雙擊屏幕中間的“新思維導圖”節點,編輯節點中的內容。也可以選擇節點并按F2鍵進行編輯。點擊“插入”菜單中的某一項,插入新的節點,包括子節點、父節點、平行節點以及鏈接、圖片、線條等,對于節點位置的操作,如節點左移、上移、折疊、展開等,可以使用菜單欄中的“導航”命令??梢酝ㄟ^菜單欄的“編輯”命令進行復制、剪切、粘貼等操作。最后,編輯完成后...