Every time when a user compiles the
Java program, the
Java compiler creates a class file with Bytecode, which are tested by the JVM at the time of program execution for viruses and other malicious files. The
Java object encapsulation provides support for the concept of --programming by contract--.
read more >>