Remember watching this about an year back….. Good to have stumbled across this again…
In order to comply with the blog title i.e. Object Oriented, I am going to tweak this non-techie post for the geeks out there….
try { long NAP_DURATION = 999999999; System.out.println("Off to sleep . . . !"); Thread.sleep(NAP_DURATION); } catch (InterruptedException e) { System.out.println("zzzzzzzzzzzzzzzzz. . . . ."); }
Going for a nap! You should too…. only after watching this 😉