Question:
What is the difference between jsp,java script,j2EE,JDBC,J2SE?
2010-02-14 00:38:55 UTC
Hi,
As i'm a beginner in programming..i would like to know what is the difference between jsp,java script,j2EE,JDBC,J2SE..as i've already learned java..so i want to learn java script..it would be greatful if u give some online tutorials to learn..plz let me know indetail..thanks in advance..
Four answers:
Kapil A
2010-02-14 08:25:46 UTC
JSP : - java server pages. A Scripting language that is user for the development of dynamic sites. considered as one of the most secure language for web sites. it runs at the server side



javaScript : - A language that runs at the client side and mainly used for the validation purpose( like form validation) and also used for making web site interactive.



J2EE : - java 2 Enterprise edition. used for the Server programming. it provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based largely on modular components running on an application server.



JDBC : - Java database Connectivity. it is used for making connection of a java program with database.



J2SE : - java 2 Standard Edition. This language is used for the application development but not used for very large software



Except javascript all others are the product of sun microsystem.



one more thing : -



J2ME : - Java 2 Micro Edition, or Java ME, is a Java platform designed for mobile devices and embedded systems. Target devices range from industrial controls to mobile phones and set-top boxes. this is also sun micro system product
Shashank
2010-02-14 01:50:41 UTC
Good to see you marching towards the learning path of Java technologies...:)



In a client server programming environment, there are certain technologies which help you code / program on the client(ex- html, javascript etc.) and certain technologies which you use to code for server side processing (ex- servlets, JSP etc.) Brief description of the Acronyms asked for are as-



JSP - A server side technology used for dynamically generating web pages.

Java Script - A client side scripting technology used for validating the forms input inserted by client.

J2EE - A platform used for server programming in Java.

JDBC - An API coded in Java which enables to provide access to connect to database and fetch / insert / update data.

J2SE - A platform used to program and deploy portable applications for general use.



urls provided in Resource section may be helpful in you learning...All the best
Latoya
2015-08-07 05:07:28 UTC
This Site Might Help You.



RE:

What is the difference between jsp,java script,j2EE,JDBC,J2SE?

Hi,

As i'm a beginner in programming..i would like to know what is the difference between jsp,java script,j2EE,JDBC,J2SE..as i've already learned java..so i want to learn java script..it would be greatful if u give some online tutorials to learn..plz let me know indetail..thanks in...
?
2016-12-14 14:23:22 UTC
Javascript Jdbc


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...