This is not true. Java does in fact support pointers. When you allocate memory for an object by calling new, you get back a pointer.



What you should say is, "We all know that Java does not...