Username:

Password:

Pages: [1] 2

Author Topic: USe of jave and jsp  (Read 946 times)

jaki

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 6
USe of jave and jsp
« on: December 29, 2010, 12:00:18 AM »
Dear friend,
               I just simply want to know that why we use jave and jsp and also What is the difference between jave and jsp?
           

firasscott

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 3
Re: USe of jave and jsp
« Reply #1 on: January 03, 2011, 07:37:22 AM »
Java is a programming language that can use Java to develop data software applications, web applications, integrated circuit programming and more. It's like lanuages VB programming, but remember that Java is platform independent. Whereas JSP uses the Java programming syntax for server side scripts. As you know, the website, everything is not just a collection that is why the text is designed JSP code that automatically performs the script in text format.

Santosbulus

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 38
Re: USe of jave and jsp
« Reply #2 on: January 04, 2011, 03:20:49 AM »
Java runs on software installed on the end users computers.Therefore java is a user-side coding infrastructure.Think of Google maps as a good example, lots of stuff changes on the screen without redrawing the page.

JSP runs on software at the server. This is a server-side coding infrastructure.All computation is done at the server, the page is made, and then sent in it's entirety to the end user. The end user displays the page, but cannot do anything to the page without a redraw.

joysmiths

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: USe of jave and jsp
« Reply #3 on: January 30, 2011, 10:35:19 PM »
Java is a programming language. Java is used to develop data software applications, web applications, integrated circuit programming. while JSP is a Scripting Language. JSP uses the Java programming syntax for server side scripts.
Logged

harveyjerry

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 4
Re: USe of jave and jsp
« Reply #4 on: February 16, 2011, 03:19:06 AM »
Because Java is a programming language, you can use Java for data design, application software, as you know that every website is nothing but a collection of text thats why JSP is designed to automatically code script in text format.

kaminikethy1

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 11
Re: USe of jave and jsp
« Reply #5 on: May 28, 2011, 09:29:59 AM »
Before the advent of JSP, the most-used Java technology that could generate dynamic Web page content was Java servlets. Because JSPs eventually are compiled into Java servlets, you can do as much with JSPs as you can do with Java servlets.

However, coding JSPs is easier than coding Java servlets. With JSPs, you place static text by coding HTML tags as opposed to Java servlets, in which you place static text by coding a plentitude of println statements.

With JSPs, you change static text by changing HTML; and with Java servlets, you change static text by modifying a Java servlet (don t forget the compile/debug cycle!).

trisswines

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: USe of jave and jsp
« Reply #6 on: June 09, 2011, 02:05:18 AM »
JSP page is simply an HTML web page, which contain additional bits of code that generates dynamic content of the page. JSP technology is a part of java family. JSP hosting provides web designers several different Java hosting options, including the ability to manage.

devidmater

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: USe of jave and jsp
« Reply #7 on: July 07, 2011, 12:00:24 AM »
Java is your one stop shop for creating interactive web content; you can use it both for client side programming in applets that run in the web browser. It provides a method toward component, platform independence in building Web applications.


Logged

jessicajhone

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 5
Re: USe of jave and jsp
« Reply #8 on: July 11, 2011, 12:58:36 AM »
Java is one type of programing language.Java used to develop data software application,web applications,integrated circuit programming.JSP is a scripting language.JSP use create the dynamic web page that are both platform independent and server independent.
Logged

lilly1236

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 163
    • WWW
Re: USe of jave and jsp
« Reply #9 on: July 27, 2011, 08:38:43 AM »
 Java is an elegant language combined with a powerful and well-designed set of APIs. Programmers enjoy programming in Java and are usually amazed at how quickly they can get results with it. Studies have consistently shown that switching to Java increases programmer efficiency.

snipsala

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 8
Re: USe of jave and jsp
« Reply #10 on: November 07, 2011, 03:03:00 PM »
Java is a programming language & jsp is a scripting language.Java used to develop data software application,web applications & JSP use create the dynamic web page.Both are platform independent and server independent.Jsp technology is a part of java family.
Logged

webmasterindia60

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 8
Re: USe of jave and jsp
« Reply #11 on: November 11, 2011, 04:53:46 AM »
Thank you friends for this Post. If i am not wrong then JSP Runs on Servelet Right?
Logged

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: USe of jave and jsp
« Reply #12 on: January 03, 2012, 02:14:00 AM »
Java is a programming language that can use Java to develop data software applications, web applications, integrated circuit programming and more. It's like lanuages VB programming, but remember that Java is platform independent. Whereas JSP uses the Java programming syntax for server side scripts. As you know, the website, everything is not just a collection that is why the text is designed JSP code that automatically performs the script in text format

cashcars

  • Full Member
  • ***
  • Karma: +0/-0
  • Posts: 196
Re: USe of jave and jsp
« Reply #13 on: January 14, 2012, 09:10:18 AM »
JavaServer Pages (JSP) is a Java technology that helps software developers serve dynamically generated web pages based on HTML, XML, or other document types. Released in 1999 as Sun's answer to ASP and PHP,[citation needed] JSP was designed to address the perception that the Java programming environment didn't provide developers with enough support for the Web.

kadentrom

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 17
Re: USe of jave and jsp
« Reply #14 on: January 25, 2012, 12:54:19 AM »
The best way to clarify the difference between a private JVM and a shared JVM is to look at the differences of living in an condominium complex versus owning your own home. In the case of the apartment you are usually allowed.
Logged
Pages: [1] 2