Java was created to address issues with C/C++ by being portable, platform-independent, and secure. It was developed by James Gosling at Sun Microsystems in 1995. Key features of Java include being object-oriented, portable, robust, secure, and having automatic memory management. Java is different from C/C++ in that it does not support pointers, structures, unions, or multiple inheritance.