Difference Between Java and Java EE ?
JAVA vs JAVA EE Java or Java SE provides basic functionality like defining basic types and objects where as Java EE provides APIs for running large scale applications. SE is a normal Java specifications where as EE is built upon Java SE. Provides functionality like web applications, serverlets etc. Java SE consists of class libraries, virtual machines, deployment environment programming. where as Java EE is a structured application with separate client, Business enterprises layers. Java SE is mostly used to develop APIs for desktop applications like antivirus software, game etc. where as Java EE is mainly used for web applications. Java SE is suitable for beginning Java developers. where as Java EE is suitable for experienced Java developers who builds enterprise wide applications. - Jai Gora