>FromYourCode();

Source code quote in Java4

 April 30, 2013 pm30 15:45
thread.start();
while (thread.isAlive())
{
	SystemClock.sleep(1);		    	
} 

Check similar quotes

Share this quote