1

int a=10,b=5;
System.out.println(a==b);
what will be the output if we print it on the screen?

  • FALSE

  • TRUE