What is the difference between JavaScript, servlet and JSP?

Asked by Last Modified  

Follow 5
Answer

Please enter your answer

I'm having 10 +years of Experience in java /j2ee technologies working as a software Engineer

The main differnce between them is javascript is a scripting language runs in your browser, any brower (i.e, chrome, firefox).For the client side form validtion we can use javaScript.Where as Servlet and Jsp are both server side programs .Mostly JSP are used in View layer ,for example showing the data.Servelts...
read more
The main differnce between them is javascript is ascripting language runs in your browser, any brower (i.e, chrome, firefox).For the client side form validtion we can use javaScript.Where as Servlet and Jsp are both server side programs .Mostly JSP are used in View layer ,for example showing the data.Servelts are used as controller between JSP and database and user submited form's . read less
1 Comments

Java Trainer

Javascript: it is a client side OOPs based scripting language to make html page dynamic. Servlet: while servlets are java programs that runs on java enabled web server or application server. Jsp: It is a technology that helps programmers to create dynamic web pages. And it is a server side language...
read more
Javascript: it is a client side OOPs based scripting language to make html page dynamic. Servlet: while servlets are java programs that runs on java enabled web server or application server. Jsp: It is a technology that helps programmers to create dynamic web pages. And it is a server side language which uses java programming language. read less
Comments

IT professional trainer haveing 7 years of experience in DBS Bank,

java script is scripting language servlet and jsp is in java.it is used to develop the applications.
Comments

Precisely, consider the modern MVC architecture, wherein controller will be a Java servlet and the JSP is one of the popular view technology at server side and when it executed at server side it will be converted to its html equivalent content as it is understandable by most of popular web browsers and...
read more
Precisely, consider the modern MVC architecture, wherein controller will be a Java servlet and the JSP is one of the popular view technology at server side and when it executed at server side it will be converted to its html equivalent content as it is understandable by most of popular web browsers and dispatched to the web browser and rendered with any included JavaScript pages. JavaScript is a light weight scripting language as it provides a way of executing a coupe of dynamic functions on runtime/input data provided by user at browser end before submitting it to the backend server for further execution and at the same time the usage of JavaScript must be cautious as it is a possible trigger for a variety of vulnerabilities identified so far at client end. -Manikanta read less
Comments

View 2 more Answers

Related Questions

Write a programme to replace the string without using replace command? This is my string. ..... s is replaced by th output is Thith ith my thtring
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package logic; ...
Mithun
What is the use of the "this" keyword in Java?
'this' refer the current instance of a class. You can get and set data members of current object using 'this' prefix inside there class data type.
Deepak
0 0
9
How can in prepare for competitive programming in Java ? Any person or Institute who Teaches ? HELP !
If you are already a java programmer and wanted to increase your logical skills and compete somebody then you have to practice writing various logics so that you will become strong in java programming....
Ajay
Why is finally introduced in Java?
finally is block which executes every time regardless exception has occurred or not. Finally is important in case you want to do some task which must be done like clean-up, db connection closure, memory de-allocation etc.
Agastya
What are the difference between abstract class and Interface?
Abstraction : Hiding unnecessary details of object and shows only essential features of Object to communicate. abstract class : partially defined Object interface :Complete specification of Object class : Complete definition of Object
Ashish

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Java Program Sample Application
/* WAP to print given message on the console using java*/ // Class declaration in java class sample { // Main function public static void main(String args) { // function for printing on the console System.out.println("Hello...

Write your first Python program in 10 minutes
1. Download python from python official site search "python download" in google 2. Install in your machine 3. verify using : "python --version" command 4. Write first program using notepad create...

2.1. Reverse a singly linked list.
class Node { int data; Node next; Node(int data) { this.data = data; this.next = null; }} public class LinkedList { Node head; public void reverse() { Node prev = null; Node curr = head; Node next =...

1.1. Reverse an array in Java.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; for (int i = 0; i < arr.length / 2; i++) { int temp = arr; arr = arr; arr = temp; } System.out.println(Arrays.toString(arr)); }}

4 Things Every Tech Startup Needs to Know About The Coaching Industry
Knowledge on any subject is widely available to those who wish to learn. However, just gathering knowledge from other people doesn’t guarantee results in business. Results come from applying what...

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you