Java vs. CC Disadvantages
Not objected oriented (but C++ is)
No garbage collection. Programmer must manage the allocation and freeing of storage. This is highly prone to error.
Care needed to write programs that are portable.
As will be seen, programmer must manage �pointers� or references themselves, an extremely confusing and error-prone issue for many.