Java SE 8 Programmer 1Z0–808 Practice Full Test 1

© examsiri.com
Question : 66 of 84
 
Marks: +1, -0
Given the code fragment: public static void main (String [] args) {
  System.out.println ("Result A " + 0 + 1);
  System.out.println ("Result B "+ (1) + (2));
}
What is the result?
Go to Question: