C) Use of pointers
Java language does not directly support the use of a pointer as most languages do such as C and C++. References are used in Java just for memory management. Such references improve security and diminish probable errors due to direct memory access.