Contents - Cultural View

Contents - Cultural View Contents - Cultural View

culturalview.com
from culturalview.com More from this publisher
14.07.2013 Views

JavaThreads 202 that are not constants. Second, an interface cannot implement any methods. A class that implements an interface must implement all methods defined in that interface. An interface has the ability to extend from other interfaces, and (unlike classes) can extend from multiple interfaces. Furthermore, an interface cannot be instantiated with the new operator; for example, Runnable a=new Runnable(); is not allowed. javac Developer(s) Sun Microsystems Stable release 1.6.0_14 / May 28, 2009 Operating system Cross-platform Type Compiler License GNU General Public License Website [1] javac (pronounced "java-see") is the primary Java compiler, included in the Java Development Kit (JDK) from Sun Microsystems. The compiler accepts source code conforming to the Java language specification (JLS) and produces bytecode conforming to the Java Virtual Machine Specification (JVMS). javac is itself written in Java. The compiler can also be invoked programmatically. [2] History On 13 November 2006, Sun's Java Virtual Machine (JVM) and Java Development Kit (JDK) were made available [3] under the GPL license (see Sun's OpenJDK Hotspot page [4] ). Since version 0.95, GNU Classpath, a free implementation of the standard class library for Java, supports compiling and running javac using the Classpath runtime (GIJ) and compiler (GCJ), and also allows one to compile the GNU Classpath class library, tools and examples with javac itself [5] . See also • Java compiler for a general presentation of Java compilers, and a list of other existing alternative compilers. • Java (programming language) • Java Platform • OpenJDK External links • Sun's OpenJDK javac page [6] • The Java Virtual Machine Specification [7] • JSR 199 [5] Java Compiler API Java Specification Request for invoking the Java compiler from a Java program

javac 203 References [1] http:/ / java. sun. com/ javase/ downloads/ index. jsp [2] "[...]an application can access javac programmatically." Shawn Silverman (2002-08-30). JavaWorld - Java tip 131 "Java Tip 131: Make a statement with javac!" (http:/ / www. javaworld. com/ javatips/ jw-javatip131. html?page=1). JavaWorld.com. JavaWorld - Java tip 131. Retrieved 2008-08-09. [3] Sun opens Java (feature story) (http:/ / www. sun. com/ 2006-1113/ feature/ story. jsp) [4] https:/ / openjdk. dev. java. net/ hotspot/ [5] "This release supports compiling and running the GPL OpenJDK javac compiler lala kamina[...]" "GNU Classpath 0.95 Announcement" (http:/ / www. gnu. org/ software/ classpath/ announce/ 20070423. html). . [6] https:/ / openjdk. dev. java. net/ compiler/ [7] http:/ / java. sun. com/ docs/ books/ vmspec/

javac 203<br />

References<br />

[1] http:/ / java. sun. com/ javase/ downloads/ index. jsp<br />

[2] "[...]an application can access javac programmatically." Shawn Silverman (2002-08-30). JavaWorld - Java tip 131 "Java Tip 131: Make a<br />

statement with javac!" (http:/ / www. javaworld. com/ javatips/ jw-javatip131. html?page=1). JavaWorld.com. JavaWorld - Java tip 131.<br />

Retrieved 2008-08-09.<br />

[3] Sun opens Java (feature story) (http:/ / www. sun. com/ 2006-1113/ feature/ story. jsp)<br />

[4] https:/ / openjdk. dev. java. net/ hotspot/<br />

[5] "This release supports compiling and running the GPL OpenJDK javac compiler lala kamina[...]" "GNU Classpath 0.95 Announcement"<br />

(http:/ / www. gnu. org/ software/ classpath/ announce/ 20070423. html). .<br />

[6] https:/ / openjdk. dev. java. net/ compiler/<br />

[7] http:/ / java. sun. com/ docs/ books/ vmspec/

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

Saved successfully!

Ooh no, something went wrong!