x

Choose Country Code

x

Direction

x

Ask a Question

  • Ask a Question
  • Scan a Question
  • Post MCQ
  • Note: File extension must be of jpg, jpeg, png, bmp format and file size must not exceed 5 MB
x

Ask a Question

x

x
x
x
Hire a Tutor

Answers and Solutions

What's Your Question?
Answer

JSP - Java Server Pages is basically a web component which will be executed at the server and sends the response to the client. A JSP page is combination of Html and Java Code.

Answer

Java Server Pages (JSP) is a server side technology for developing dynamic web pages. This is mainly used for implementing presentation layer (GUI Part) of an application. A complete JSP code is more like a HTML with bits of java code in it. JSP is an extension of servlets and every JSP page first gets converted into servlet by JSP container before processing the client’s request.

Answer

JSP - Java Server Pages is basically a web component which will be executed at the server and sends the response to the client. A JSP page is combination of Html and Java Code. It is a dynamic web component which is used as view in MVC model.

Answer

JSP is Java Server Page.It is used to embed Java in HTML page.

Answer

JSP-JAVA SERVER PAGES is basically server side programming which create dynamic and platform independent web applications,JSP can make use of all the Application Programming Interfaces provided by Java be it the most important API used with the DATABASES i..e JDBC with the use of JSP user can embed java code in the HTML pages just by making use of JSP tags where <% denotes starting odf the tag and %> represent ending of the tag,JSP is written as a text file which can be combined with HTML,XHTML AND XML code ,provide dynamic feature to web page ,retrieve information from user in the form of interactive forms or retriving information from database JSP is the best alternative for building dynamic web applications 

Post Answer and Earn Credit Points

Get 5 credit points for each correct answer. The best one gets 25 in all.

Post Answer