14.07.2013 Views

Contents - Cultural View

Contents - Cultural View

Contents - Cultural View

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

JavaThreads 202<br />

that are not constants. Second, an interface cannot implement any methods. A class that implements an interface<br />

must implement all methods defined in that interface. An interface has the ability to extend from other interfaces,<br />

and (unlike classes) can extend from multiple interfaces. Furthermore, an interface cannot be instantiated with the<br />

new operator; for example, Runnable a=new Runnable(); is not allowed.<br />

javac<br />

Developer(s) Sun Microsystems<br />

Stable release 1.6.0_14 / May 28, 2009<br />

Operating<br />

system<br />

Cross-platform<br />

Type Compiler<br />

License GNU General Public License<br />

Website [1]<br />

javac (pronounced "java-see") is the primary Java compiler, included in the Java Development Kit (JDK) from Sun<br />

Microsystems.<br />

The compiler accepts source code conforming to the Java language specification (JLS) and produces bytecode<br />

conforming to the Java Virtual Machine Specification (JVMS).<br />

javac is itself written in Java. The compiler can also be invoked programmatically. [2]<br />

History<br />

On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available [3]<br />

under the GPL license (see Sun's OpenJDK Hotspot page [4] ).<br />

Since version 0.95, GNU Classpath, a free implementation of the standard class library for Java, supports compiling<br />

and running javac using the Classpath runtime (GIJ) and compiler (GCJ), and also allows one to compile the GNU<br />

Classpath class library, tools and examples with javac itself [5] .<br />

See also<br />

• Java compiler for a general presentation of Java compilers, and a list of other existing alternative compilers.<br />

• Java (programming language)<br />

• Java Platform<br />

• OpenJDK<br />

External links<br />

• Sun's OpenJDK javac page [6]<br />

• The Java Virtual Machine Specification [7]<br />

• JSR 199 [5] Java Compiler API Java Specification Request for invoking the Java compiler from a Java program

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!