All the sources codes "Joke"page 7
Java
August 5 2014 at 02:26
#178
public void goToBed (Person person)
{
if(person.istired() == true)
sleep (7hour);
}
C++
August 3 2014 at 08:41
#111
long long time; //ago in a galaxy far away...
Java
August 3 2014 at 08:01
#202
try {
}
catch (SQLException ex) {
// Basically, without saying too much, you're screwed. Royally and totally.
}
catch(Exception ex)
{
//If you thought you were screwed before, boy have I news for you!!!
}