1

what will be the output ?
int a=10,b=5;
System.out.println(a!=b);

  • True

  • False