kyoto dreams
Wednesday, January 11, 2006
  Test Consider the class below.

Will it compile?

If it would, what is the output?

If not, how would you fix it?


public class Test {
public static void main(String[] args) {
if (false) {
System.out.println("world peace");
}

while (false) {
System.out.println("fair and balanced");
}
}
}
 
Comments: Post a Comment

<< Home

ARCHIVES
May 2005 / June 2005 / August 2005 / January 2006 / March 2006 /


Powered by Blogger