DEVFYI - Developer Resource - FYI

What is Java Platform Editions

J2SE Interview Questions and Answers


(Continued from previous question...)

127. What is Java Platform Editions

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.

(Continued on next question...)

Other Interview Questions