Which of the following are true statements? (Choose all that apply)
B, E.
C++ has operator overloading and pointers.
Java made a point of not having either.
Java does have references to objects, but these are pointing to an object that can move around in memory.
Option B is correct because Java is platform independent.
Option E is correct because Java is object oriented.
While it does support some parts of functional programming, these occur within a class.