|
Java is a high level programming language developed especially for Internet and Intranet applications. With its platform independent feature, it can be devised as a programming tool on numerous systems. Any software developed in Java on any platform can be integrated to another without the need for rearrangement or customization.
The execution time units of MoreMotion Advanced Suite, mmExec and mmDb, have been developed completely in Java. As XML technology enables the platform independency of data, Java enables the platform independency of the code.
FEATURES & ADVANTAGES
Object Oriented & Distributed
Java is an object-oriented programming language. As required modules can be reached over a network, all the modules do not need to be stored on the same machine.
Stable & Reliable
Owing to its memory management capability, Java can locate programming errors and supply a stable environment for each object.
Platform Independent & Portable
The disadvantages orienting from working on different operating systems are hindered when working with Java. The Java compiler compiles the program in byte code, which is platform independent.
Multi-threaded & Dynamic
In a 'Multi-threaded' program, various operations can be executed at the same time. Java fully supports multi-threaded programming.
|