J2SE
-
Hi,could you please tell me what is the meaning of Java Servlet programming?is it like web service in .Net What is J2SE? thx
-
Hi,could you please tell me what is the meaning of Java Servlet programming?is it like web service in .Net What is J2SE? thx
J2SE is Jave v2 Standard Edition. This is the 'base' Java environment. Servlets are part of J2EE - Jave v2 Enterprise Edition - and, simply put, are small components used in building large scale systems. Here[^]'s a taster of how Servlets work.
Panic, Chaos, Destruction. My work here is done. or "Drink. Get drunk. Fall over." - P O'H
-
Hi,could you please tell me what is the meaning of Java Servlet programming?is it like web service in .Net What is J2SE? thx
hi.. Java Servlet Programming is something and J2SE is something. Both are different. J2SE is Java 2 standard addition. and Servlet Programming is rise of server-side Java applications.and Servlet run on server side Servlets are supported through the Servlet API, an extension to the Java programming language.