What will the following Java code output?
System.out.println(String.valueOf(10) instanceof String);
true
false
error
null