CRM Glossary
Java
An object-oriented programming language, developed by Sun Microsystems. Similar to C++, Java is smaller,
more portable, and easier to use than C++ because it is more robust and it manages memory on its own. Java
was also designed to be secure and platform-neutral (meaning that it can be run on any platform) through the
fact that Java programs are compiled into bytecodes, which are similar to machine code and are not specific
to any platform.
CRM relevance: Highly relevant.
 |