file extension CLA - Java Class file
File extension CLA description:
Shortcut for .CLASS file extension.
In the Java programming language, source files (.java files) are compiled into (virtual) machine-readable class files which have a .class extension. Since Java is a platform-independent language, source code is compiled into an output file known as bytecode, which it stores in a .class file. If a source file has more than one class, each class is compiled into a separate .class file. These .class files can be loaded by any Java Virtual Machine (JVM).
Mime: application/x-java-class
Associated applications to file extension CLA:
Company / developer:
Sun Microsystems, Inc.
Java
refers to a number of computer software products and specifications that together provide a system for developing application software and deploying it in a cross-platform environment. It is used in a wide variety of computing platforms spanning from embedded devices and mobile phones.
Java, a programming language, is a core component of Sun's Java platform. The language derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities. Java applications are typically compiled to bytecode which can run on any Java virtual machine (JVM) regardless of computer architecture.

