Nagendran
what is the jsp
1 Answer(s)      a year ago
Posted in : JSP-Interview Questions

what is the jsp

View Answers

May 7, 2012 at 11:22 AM


ava Server Pages is a technology from Sun that enables the Java programmers to generate HTML, XML or other types of documents to server the web client. The JSP technology allows the programmers to embed Java code into html (.jsp) page.

For more information, visit the following link:

JSP Tutorials









Related Pages:
what the use of taglib - JSP-Servlet
what the use of taglib  what is the use of taglib where we exactly use it?  Hi Friend, It is used to create custom tag in jsp. For more information, visit the following link: http://www.roseindia.net/jsp
what is the jsp coding to insert a data in database tables
what is the jsp coding to insert a data in database tables  Dear Sir, I Want to know the coding for insert the data from jsp to oracle database.. my...:8080/examples/jsp/1/insert.jsp"> <table> <tr><td>
what is wrong with my JSP codes for updating a form?
what is wrong with my JSP codes for updating a form?  Hi experts, I have tried to emulate a code from a textbook but it doesn't work in my program. Hope someone can advise me where I had gone wrong. Tks. I've set up my
JSP
what is JSP forward tag for  what is JSP forward tag for   It forwards the current request to another JSP page. Below is the syntax for the same:- <jsp:forward page="...url..." /> We can also forward parameter
What's wrong with my pagination code in JSP?
What's wrong with my pagination code in JSP?  Dear experts, I've...; print("code sample");   JSP Pagination The given code retrieves...()){ totalRows=rs2.getInt("cnt"); } %> <html><h3>Pagination of JSP
What is the difference between JSP expression language and scriptlets? - JSP-Servlet
What is the difference between JSP expression language and scriptlets?  Hi, I just want to ask what is the difference between JSP Expression Langauge and JSP scriptlets? Pls help me.   Hi friend
What is JSP?
types of documents to server the web client. The JSP technology allows the programmers to embed Java code into html (.jsp) page. Java Server Pages are first compiled into Java Servlets by a JSP compiler and then this Servlet is loaded
jsp
jsp   what is the basic necessities reguired for running jsp using JDBC bridge?? and how to write a jsp code to access the detail present in microsoft access pls send link regarding above
JSP
JSP  Hi, What is JSP? What is the use of JSP? Thanks   Hi, JSP Stands for Java Server Pages. It is Java technology for developing web applications. JSP is very easy to learn and it allows the developers to use Java
JSP
What are JSP directives, page directives and include directives?  what are jsp directives? and what are page directives? and what are include directives? can you explain taglib directives?   JSP directives JSP
JSP
what is jstl in JSP   what is jstl   JSTL is also called as JSP tag libraries. They are collection of custom actions which canbe accessed as JSP tags. For more information, visit the following link: JSTL Tutorials
JSP
Can you explain jsp page life cycle what is el how does el search for an attribute in JSP  Can you explain jsp page life cycle what is el how does el...://www.roseindia.net/jsp/simple-jsp-example/LifeCycleOfJspPage.shtml http
what is web .config method
public myPage_jsp extends httpJspbase { _jspService() {// what ever... collector of the JVM. JSP Comments What are the ways to write comments...what is web .config method  servlet container what is difference
JSP
WHAT IS EL JSP  WHAT IS EL   EL means the expression... access application data stored in JavaBeans components. The jsp expression...). Before JSP 2.0, we could use only a scriptlet, JSP expression, or a custom
JSP
JSP  what are the different scopes an object can have in a jsp page   JSP Scope Variables: Page scope-It makes the data available... the following links: http://www.roseindia.net/jsp/simple-jsp-example
JSP
JSP   What is JSP?   JavaServer Pages (JSP) is a server-side Java technology an extension to the Java servlet technology that helps... document types.   Hi, Here is the answer. JavaServer Pages (JSP
JSP
what are the implicit el objects in JSP  what are the implicit el objects in jsp   Implicit objects in jsp are the objects... and are created at the conversion time of a jsp into a servlet. But we can pass
JSP
what are the implicit el objects in jsp  what are the implicit el objects in jsp   Implicit objects in jsp are the objects... and are created at the conversion time of a jsp into a servlet. But we can pass
JSP
JSP  1)Suppose we edited something in JSP page, do we need to refresh the page? 2)What is pagination? And do we achieve it give me logic? 3)Suppose we have a Servlet in that service () method is there. what will be , if request
What is shopping cart?
What is shopping cart? In this tutorial we will understand the shopping cart. We will explain you what is a shopping cart? Why it is so popular these days... shopping cart software for selling their products online. What is shopping
What is XML?
What is XML? In the first section of XML tutorials we will learn the basics... on "What is XML?" you will be able understand the XML document and create well formatted XML document. What is XML Document? Some facts about XML
JSP
JSP  what are different implicit objects of jsp   mplicit objects in jsp are the objects that are created by the container automatically... time of a jsp into a servlet. But we can pass them to our own method if we wish
JSP
can you explain inshort what the different types of jstl tags are  can you explain inshort what the different types of jstl tags
JSP
JSP  how did you implement caching in jsp   OSCache... organization. OSCache has a set of JSP tags that make it easy to implement page caching in your JSP application. Following are some Cache techniques
JSP
what is the servlets  what is the servlets   Servlets are server side components that provide a powerful mechanism for developing server side programs. For more information, visit the following link: Servlet
JSP
can you explain in short what the different types of jstl tages are  can you explain in short what the different types of jstl tages are   Tags are classified in to four groups: Core tags Formatting tags XML tags
jsp
jsp  when i run jsp program it shows error-500 what is that error my source code is <% page import="java.sql.*" %> <%! Connection con; PreparedStatement ps; public void jspInit() { try
What is a Tag Library in JSP
What is a Tag Library in JSP   ... of the Tag Library in JSP. In the Java Server Pages Technology, multiple actions are accessed by using the tags of the JSP whether the tag is standard tag
JSP
JSP  What will happened when we are using sendRedirect ().   hi friend, when sendRedirect() method is used it transfers the control, temporary, to the other resources. For detail description please go through
what is proper way to save pictures in SQl database and call it through JSP ?
what is proper way to save pictures in SQl database and call it through JSP ?  Hi guys, I usually store picture path in DB and call them through 'getContextPath()' mehtod using this method I can call pictures and Text on same
JSP
JSP  what is the difference between javabeans and taglib directives   JavaBeans and taglib fundamentals were introduced for reusability. But following are the major differences between them:- 1)Taglib
JSP Tutorial
will help you in to understand What is JSP , What are the features of JSP ?, What... objects in JSP, JSP Scriptlets, JSP directives, Actions in JSP. What is JSP ? JSP... using which server-side objects can be accessed. What is a JSP Page
What is PHP ?
What is PHP? PHP is an acronym stand for Hypertext PreProcessor. It is an open source scripting language which is used for web development and can be embedded... Java - JSP, Macromedia's ColdFusion, CGI - Perl. PHP also attracted many
what is difference between jdk1.5 and jdk1.6 - JSP-Interview Questions
what is difference between jdk1.5 and jdk1.6  what is difference between the jdk1.5 and jdk1.6 in java  Hi Friend, 1)Java 1.6 runs faster than Java 1.5. 2)Java 1.6 makes programming easier by implementing various
What is Struts?
What is a Struts? Understand the Struts framework This article tells you "What is a Struts?". Tells you how Struts learning is useful in creating... based applications after learning the Struts Framework. What is Struts
What's New?
What's New? Find latest tutorials and examples... source technologies Learn Java technologies step by step: Core Java JSP... Tutorial  | JDBC Tutorial  | J2ME Tutorial | JSP Tutorial | Core
Jsp - JSP-Servlet
JSP Servlets Advantages  What are the advantages of JSP and Servlets
jsp - JSP-Servlet
JSP Scope Objects  What is Scope Object in JSP
jsp - JSP-Interview Questions
JSP directives list  What is JSP directives? Can anyone list the JSP directives
Java jsp
Java jsp  What is JSP
i want to do a project using jsp and servlet....What are all the materials i need to study
i want to do a project using jsp and servlet....What are all the materials i need to study   i want to do a project using jsp and servlet....What... links: JSP shopping cart Struts Shopping Cart Struts Online test application JSP
jsp - JSP-Servlet
jsp get post method   What is the get post method in JSP? And when i need to call these methods
delete retailer jsp file (sir..is this a good logic.. jsp file is useful for what purpose)
delete retailer jsp file (sir..is this a good logic.. jsp file is useful for what purpose)  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http
jsp - JSP-Interview Questions
jsp  what are the life cycles of jsp and give a brief description  Hi friend, The lifecycle of jsp page life cycle of jsp... ----------------------------------------- Read for more information. http://www.roseindia.net/jsp/ Thanks
jsp and servlet
jsp and servlet  what is the difference between jsp and servlet ? what is the advantages and disadvantages of jsp and servlet
JSP Tags
JSP Tags In this section we will learn about the JSP tags. This section describes you about the various aspects of JSP tags such as what is JSP tag, list of JSP tags, JSP custom tags and many more things. What is JSP Tags ? Tags
jsp code
jsp code  what are the jsp code for view page in online journal
what should i do next?? - Java Beginners
what should i do next??  I know java basics.actully i passed the SCJP exam.Then now i have no idea about what should i do next.I like to come....  i think first u should go through servlet bcoz at last ur jsp code
JSP - JSP-Servlet
JSP  Hi Friends, What is the difference between doget() and dopost() in JSP? Thanks in Advance
clarification in jsp - JSP-Servlet
clarification in jsp  Hi did jsp supports post method to send values to next jsp? if possible how to use post method in jsp?and what is the default method(get/post) of jsp?  Hi Friend, Yes jsp supports Post

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.