Sun micro systems provides ,with the advent of java,new versions had multiple configurations built for different types of platforms.those are
JSE stands for java platform,standard edition,it is specification used to develop fundamental
java application they may be standard or network.
JEE:java platform,enterprise edition:
JEE stands for java platform, enterprise edition,it is specification used to develop business
solutions for network (or)JEE is specification that provides an environment to run the web components and the enterprise components.
JME:java platform,micro edition:
JEE stands for java platform, micro edition,it is specification used for developing wireless and
embedded system.embedded system is software,which directly installed into hardware.
java software:
java software is cotegorized in to two types
JAVA=JDK+JRE
JDK:
it stands for java development kit
JRE:
it stands for java runtime environment
JRE=JVM+JAVA LIBRARY
if java programs have to run we required the jvm and java library.jvm will starts execution of java
program from main method only.
- JSE
- JEE
- JME.
JSE stands for java platform,standard edition,it is specification used to develop fundamental
java application they may be standard or network.
JEE:java platform,enterprise edition:
JEE stands for java platform, enterprise edition,it is specification used to develop business
solutions for network (or)JEE is specification that provides an environment to run the web components and the enterprise components.
JME:java platform,micro edition:
JEE stands for java platform, micro edition,it is specification used for developing wireless and
embedded system.embedded system is software,which directly installed into hardware.
java software:
java software is cotegorized in to two types
JAVA=JDK+JRE
JDK:
it stands for java development kit
JRE:
it stands for java runtime environment
JRE=JVM+JAVA LIBRARY
if java programs have to run we required the jvm and java library.jvm will starts execution of java
program from main method only.
- in java every statement must end with semi colon(;).
- java is case sensitive programming language.
No comments:
Post a Comment