Mark Eschbach

Software Developer && System Analyst

Java

At the center of the Java language is the concept of a class, which has the purpose of describing an instance. Java is a compiled language which uses early binding of overloaded mehtods, however defers linking to load time, generating class files as output. The primary target of the Java Language is the Java Virtual Machine. Over the years there have been some project which produce native code directly from Java source or the geerated class files.