Which of the following statements about Java is true?
B.
Java is object oriented, not procedural, so Option A is a false statement.
Java allows method overloading in subclasses, so Option B is correct.
Operator overloading is permitted in languages like C++, not Java, so Option C is also untrue.
Option D is not a true statement as the JVM manages the location of objects in memory that can change and is transparent to the Java application.