Programming Languages Java Objective
Jan 02, 2013

What will be the output?

 

 public class Solvemyques{
    public static void main(String[] args){
      
    for(int a=0;false;a++){
             System.out.println("Solvemyques");
         }
    }
}

Choose the correct answer:
A) Solvemyques
B) Null
C) Will not Print anything
D) Compilation error
Detailed Explanation

No explanation available.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback