E D R , A S I H C RSS

BackLinks search for "InterruptedException"

BackLinks of InterruptedException


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 김동환/쓸모없는JAVA모음집
         sleep(int ms): 현재 쓰레드를 밀리세컨드 동안 재워버림. 하지만 인터럽트를 받으면 InterruptedException이 발생함
         interrupt(): 해당 쓰레드에 인터럽트를 발생시킴. isInterrupted()나 interrupted()라는 메소드로 현재 쓰레드에 인터럽트가 들어왔는지 확인할 수도 있지만, 복잡한 프로그램의 경우 InterruptedException을 try-catch해서 확인한다.
Found 1 matching page out of 7540 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.0060 sec