J2SE Question:
What is Java Platform Editions?

Answer:
A Java platform "edition" is a definitive and agreed-upon version of the Java platform that provides the functionality needed over a broad market segment. An edition is comprised of two kinds of API sets: (i) "core packages," which are essential to all implementations of a given platform edition, and (ii) "optional packages," which are available for a given platform edition and which may be supported in a compatible implementation.
Previous Question | Next Question |
What is Java Remote Method Invocation (RMI)? | What is Java Native Interface? |