Home  >  Article  >  Java  >  What are the three major versions of Java?

What are the three major versions of Java?

零下一度
零下一度Original
2017-06-25 09:49:364038browse

The Java2 platform includes three versions: Standard Edition (J2SE), Enterprise Edition (J2EE) and Micro Edition (J2ME):

  • Standard Edition (Standard Edition) J2SE includes those components Classes at the core of the Java language.

    • For example: database link, interface definition, input/output, network programming

  • Enterprise Edition (Enterprise Edition) J2EE includes the classes in J2SE and also includes classes for developing enterprise-level applications.

    • For example: EJB, servlet, JSP, XML, transaction control

  • Micro Edition (micro version) J2ME includes A subset of J2SE used for software development of consumer electronics products.

    • For example: pager, smart card, mobile phone, PDA, set-top box

Their scope is: J2SE is included in J2EE , J2ME contains the core classes of J2SE, but some newly added proprietary classes have different application scenarios and API coverage.

The above is the detailed content of What are the three major versions of Java?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn