MCQs > IT & Programming > Java > Output when the following program is run? public class X { public static void main(String args[]) { System.out.println(11 ^ 2); } }

Java MCQs

What will be written to the standard output when the following program is run?

public class X {
   public static void main(String args[]) {
    System.out.println(11 ^ 2);
   }
}

Answer

Correct Answer: 9

Explanation:

Note: This Question is unanswered, help us to find answer for this one

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

Java Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it