|
Java
is a programming language developed by Sun. Java is a complete solution
for networked or embedded applications. There are three different
technologies: J2EE (Enterprise Java Software), J2SE (Core Java Software),
and J2ME (Java Mobility Software). One key functionality is that
when a user requests Java over the Internet it will run on a local
machine, this conserves resources. This feature defines Java as
one of the top languages for security and makes virus transmission
almost impossible. Java is platform independent, this allows developers
to only make one version of their program. Java is open source and
free.
|