Question Banks - Geocities Dump

Question 1 of 10

What is the output ?
class Q022{
	public static void main(String ka[]){
		while(false){
			System.out.println("Great");
		}
	}
}