|
/** The Universe and Everything
*
* @version 0.9999 Date : This must be Thursday
* @author Ford Prefect
* @author Arthur Dent
* @see <A HREF="http://users.milliways.mg-net.de/BSAFH/guide/">the book</A>
*/
public class theUnivers
{
public static String getTheAnswer()
{
return("42");
}
/**
* @deprecated Remember a important thing about that question ...
* "It is said that if both the question and the answer to Life,
* the Universe and Everything ever exist in the same dimention
* it will dissappear and be replaced by something even more strange
* and unexplicable" -Hitch Hicker Guide To The Galaxy
*/
private String getTheQuestion()
{
while(true)
{
sleep(1);
}
}
}
|
| See the "Links" link above to find out the sources of the proposed informations Pascal Vuylsteker / eScience / Computer Science / ANU |
Last modified: 20/4/2004
TOC - Print |
Send your comments at : <Hugh.Fisher@anu.edu.au> |