Java Features
- Java is platform independent. Java program can run on any platform.
- Java is secure
- Java is simple to learn
- Java is fast( High performance)
- Java is opens source.
- Huge community support.
- Java has main 3 editions:
- Java SE Java Standard edition : libraries for desktop GUI based applications e.g Point of sale, anti virus, Games.
- Java EE Java Enterprise edition: Consist of runtime, libraries and APIs for running large scale network application e.g Students admission system( consist of web interface, Database, APIs).
- Java ME Java Micro edition : Consist of runtime and libraries for running java application on small devices e.g mobile phone, smart cards.