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