What gets printed here... System.out.println("Sum of 5 and 3 is:"+5+3);
Sum of 5 and 3 is:8
error during compilation
Sum of 5 and 3 is:53
None of these