Dynadot

Describe a Java compiler.

Spaceship Spaceship
Watch

davidbuttler

New Member
Impact
0
A Java compiler compiles textual work created by a developer into a Java file that can be used on any platform. There are several Java compilers, including the Java Programming Language Compiler (javac), the GNU Compiler for Java (GCJ), the Eclipse Compiler for Java (ECJ), and Jikes.

An integrated development environment (IDE) or a code editor is usually used by programmers to write one line at a time in a given programming language. A file containing these statements is referred to as a source file. When the programmer specifies a filename where the source statements are stored, he runs the compiler for the appropriate language.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back