Java Logo — Java is a programming language object-oriented , developed by Sun Microsystems in the early 90’s . The language itself takes much of its syntax from C and C + + , but has a simpler object model and eliminates low-level tools, which often lead to many errors, such as direct manipulation of pointers or memory. With respect to memory management is not a problem because it is managed by the language itself and not by the programmer.
The Java applications are typically compiled into a bytecode , although compilation to machine code native is also possible. At runtime , the bytecode is usually interpreted or compiled to native code for execution, although direct implementation by hardware of bytecode by a Java processor is also possible. More