|
Java™ by example!
|
|
|
|
Become a member to observe this category
|
|
Precompilers
Precompilers extend the Java language with other features. For example, you may implement a precompiler that allows the extra feature operator overloading, so you could write c = (a + b) where a, b and c are all objects of type Integer. The precompiler would change the source such that it allows to be compiled by a conventional compiler.
Subcategories
Questions & Answers
= answered, = unanswered
Further Information (sorted alphabetically)
Products:
|
|
|
|
|