Tuesday, October 09, 2007

Code

Man, CPSC111 MT was such an amusing MT.

"Instance fields gain values through:
A. Osmosis
B. [something that I forgot]
C. [something that I forgot]
D. [something that I forgot]"

Having seen the "osmosis", I chuckled and wrote down this code:

public class BoredStudentThatFinishedEarly
{
public static void main ( String[] args )
{
String a = "Osmosis";
System.out.println("Instance fields gain variables through " + a);
System.out.println("hahahahahahahahahaha.......);
}
}

You Java programming folks out there will surely know what this code means. ;-)

No comments: