What will the following Java code output?
System.out.println("Java programming".endsWith("ming"));
error
false
null
true