Home Tutorialhelp Comment So jsp is in java can we create the object by say

 
 

Comment

Sanat Biswal
So jsp is in java can we create the object by say,
February 2, 2007 at 12:54 PM

So jsp is in java can we create the object by saying

jspobj abc= new jspobj();

if yes then how?
if no then why?
View All Comments | View Tutorial
Related Tutorial and Articles
Interview Questions

Design patterns interview questions2
Design patterns interview questions2   ... or a JSP (through a Java Bean). This Controller takes over the common processing... classes or DAO class. This pattern can be used with Service Locator pattern 

Java Interview Questions

jsp - Java Interview Questions
of AWT or SWING. * processing can be added in JSP file or seperate java file. So.... * Abbreviation for JSP is Java Server Pages. That is java code can...What is Java JSP and Java Servlet  What is JSP? and ..What is Servlet 

Spring Framework

Spring MVC Say Hello Example
folder. In the index.jsp file we will create a hyperlink "Say Hello".... Step 4: Now we will create a entername.jsp file inside the WEB-INF/jsp/ folder.... In this tutorial we will create a web application that will present a form 

JSP Interview Questions

Scriptless Jsp - JSP-Interview Questions
Scriptless Jsp  Hi Deepak, Can we create scriptless jsp, if so explain me how, with advantages. can we access database by using javascript only. Thank u in advance 

JSP Interview Questions

Controler as JSP - JSP-Interview Questions
Controler as JSP   Hi Deepak, Can we use jsp... in MVC-1. Thanks  Hi Friend, yes we can use jsp... wer bussiness logic will be used .so to avoid dis situation we can use mvc-2 so 

Java Interview Questions

how can you say java is secure
how can you say java is secure  we are using notepad editor for Java programming which is an Microsoft product, then how can you say Java is secure when you are using Microsoft product as an editor 

JSP Interview Questions

java - JSP-Interview Questions
object oriented programming means we can handle every operation by using.... 3. private means that the object/primitive can only be accessed within its local...java  whats meant by the following terms as applied in java 

Java Interview Questions

object - Java Interview Questions
. Thankx   Hi Friend, Yes we can create an object in the following... constructor. We can create the object in the following manner...("packagename.ClassName").newInstance(); 4. Using clone() method We can use 

JSP Servlet Questions

Page object - JSP-Servlet
Page object  Hello friends, How can we make use of PAGE object of implicit JSP object. If this is possible explain me about... that are automatically available in JSP. Implicit Objects are Java objects that the JSP 

JSP Interview Questions

java - JSP-Interview Questions
java  hi.. snd some JSP interview Q&A and i wnt the JNI(Java Native Interface) concepts matrial thanks krishna  Hi friend, Read more information. http://www.roseindia.net/interviewquestions/jsp-interview 

JSP Interview Questions

JSP - JSP-Interview Questions
. But how to write the search i can't understand .. Can any body help me.... this code will develop using jsp only .. And another button i will create...,D,E how many partition we have our system. If the file is found it has 

JSP Interview Questions

jsp scope variables - JSP-Interview Questions
the data. If you use page scope,the JSP object can be accessed only from within the same page where it was created. If you use request scope, the jsp object... where it was created. If you use application scope,the jsp object can 

JSP-Tutorials

JSP Simple Examples
we can say that the error results from a combination of a defect... Java Functions In EL EL to invoke a function: We can call the function...;jsp:setProperty> tag but by using <jsp:setProperty> we can 

Java Beginners

how we can create website through java
how we can create website through java  Dear actually i wanna ask query about creation of website through java then how we can create web site through java plz help me..........i have already a web site ....specially for premium 

Java Interview Questions

Core java interview question, object creation.
Core java interview question, object creation.  How can we restrict to create objects for more than five? That means i want only 5 objects, how to restrict to create 6th objects 

General

Collection of Large Number of Java Interview Questions!
Java Interview Question Page 24 Why do we need public... Interview Questions - Large Number of Java Interview Questions Here you... asked in the Job Interviews. We have compiled many Interview questions usually 

Servlet Interview Questions

Servlet and Jsp - Servlet Interview Questions
. and a jsp can understandable even if we dont know java. regards, madhukar...Servlet and Jsp  Hi Friends, What Servlet can do that jsp cannot(can... Prakash  hi friend, but in case of jsp we need not compile 

JSP Interview Questions

java - JSP-Interview Questions
to create database driven application. Using JSP database driven application can...Java database connectivity and accessing the database  Please explain, what is Java database connectivity and how to access the database?   

JSP Interview Questions

Interview question - JSP-Interview Questions
Interview question   Hi Friend, Can we inherit interface in JSP. Thank u in advance 

JSP Interview Questions

JSP
and are created at the conversion time of a jsp into a servlet. But we can pass... objects in jsp   Implicit objects in jsp are the objects that are created by the container automatically, we do not need to create them explicitly 

JSP Interview Questions

JSP
and are created at the conversion time of a jsp into a servlet. But we can pass... objects in jsp   Implicit objects in jsp are the objects that are created by the container automatically, we do not need to create them explicitly 

JSP Interview Questions

jsp - JSP-Interview Questions
jsp  hi, we have a jsp page and when we send a request the jsp file will going to execute but the server is crashed, at that time we need to stop the execution of jsp file. how can we stop the jsp file 

JSP Tutorials

JSP Simple Examples
a String In jsp we create a string as we does in a java. In jsp we can declare it inside the declaration directive... in java is that, we can assign a subclass object or variable 

JSP Interview Questions

JSP
time of a jsp into a servlet. But we can pass them to our own method if we wish... at the conversion time of a jsp into a servlet. But we can pass them to our own..., we do not need to create them explicitly. Since these objects are created 

JSP Interview Questions

java, - JSP-Interview Questions
java,  hi.. define URI? wht is difference b/w URL and URI wht... exception may be thrown or to pass a possible exception then we use throws keyword. Difference between throw and throws 1)we want to force 

JSP Interview Questions

JSP - JSP-Interview Questions
JSP  The HttpServletRequest and Session object are both available within a JSP page and Java Servlet. What is the difference between these objects.... http://www.roseindia.net/jsp/ http://www.roseindia.net/servlets 

JSP Interview Questions

java interview - JSP-Interview Questions
java interview  what type of questions would be asked to a 3 years experience person in java? can anyone please provide list of topics or interview questions for 3 years experience in java 

JSP Interview Questions

JSP - JSP-Interview Questions
since we are not compiling the jsp with < % @ include> whereas it gets..., jsp:include tag includes the jsp during runtime, whereas the <%@ include> includes the specified jsp during compilation time. If you modify a jsp 

JSP Interview Questions

jsp - JSP-Interview Questions
jsp   how can i write a java script inside a jsp.i have a form in jsp and i want to do some client side validations on it.  Hi, You can... the **** Here is ur Java script Code ******* tags, you can access the ur jsp form 

JSP Tutorials

Create and Save Excel File in JSP
file.  To create an excel sheet we can use third party API which is Apache... we have to import the necessary packages to create the Excel sheet from jsp page... HSSFWorkbook class is used to create an object of  HSSFWorkbook, by which we 

JSP Interview Questions

counter - JSP-Interview Questions
asked me ,how we can know the number of vistors who visited particular website using java technology,i explained we can do that by using jsp and servlets... is there to implement the above scenario?   In servlet technology.. we can know 

JSP Interview Questions

jsp - JSP-Interview Questions
,Thank u.Can u plz tell me what r all the advantages of choosing jsp for developing webapplication?Actually i m developing a jsp project,ur ans for my quest is very useful for my viva presentation.  Hi JavaServer Pages (JSP 

JSP Interview Questions

jsp - JSP-Interview Questions
jsp  i have installes tomcat server 5.0.how can i run a jsp.... After that create a jsp file 'hello.jsp' and put it into the 'application...-tomcat-5.0\lib\servlet-api.jar; Create a folder 'application' into C:\apache 

JSP Tutorials

Request Object In JSP
Request Object In JSP       This section illustrates more about the JSP implicit object called... to the server, is received by the HTTP request object of the JSP. To access 

JSP Servlet Questions

can we write a method in JSP - JSP-Servlet
can we write a method in JSP  Hi All, In my web application I want to call another second jsp file. I can do it by redirecting my first jsp file... for execution) of first jsp file by redirecting second page to the first page. I can call 

JSP Tutorials

How to Create JSP Page
How to Create JSP Page       In this section we will show you how you can create JSP page and then test... can be used. In this example I will show you how to create a simple JSP page 

JSP Interview Questions

java - JSP-Interview Questions
java  1. why implicit object "Exception" is difference from other implicit objects? 2. what is the meaning of exception page & exception in jsp directive 

JSP Servlet Questions

jsp
jsp  p>in my project i have following jsp in this jsp the pagesize=30 but i have to create drop down box with values 10,20,30. and i have to pass them to pagesize how can i do this please help me <%@ page contentType 

JSP Interview Questions

JSP Interview Question
JSP Interview Question  What are the lifecycle phases of a JSP?   JSP page looks like a HTML page but is a servlet. When presented with JSP page the JSP engine does the following 7 phases. Page translation: A java 

JSP Interview Questions

java - JSP-Interview Questions
() and forward() methods?  Hi JSP forward action transfers the control... is transferred is represented as a URL. The user can forward the control to an HTML file, another JSP file, or a servlet. It should be noted that the target file 

Java Interview Questions

Jsp - Java Interview Questions
Need JSP Interview Questions  Hi, I need JSP interview questions.Thanks 

General

Object
information about Objects that we can create multiple objects in any single java... of codes that provides a particular functionality. We can say objects...;Car(); If we consider above example of car then if we need to create a new car 

JSP Tutorials

JSP Interview : JSP Interview Questions -2
JSP Interview : JSP Interview Questions -2       Page of the JSP Interview Questions... JSP language element. JSP custom tags are user defined tags that can 

JSP-Tutorials

JSP Create Variable
from 'JSP Create Variable'. To understand the example we create an array... JSP Create Variable          JSP Create Variable is used to create 

JSP Tutorials

How to Create Excel Page Using JSP
using java .By going through the steps of  this example we can create any... using pure word files using Java. We can create, read or write MS Excel file using... how to create excel page using jsp    

Java Beginners

java object - Java Beginners
own set of values for these non-static variables so we can say...java object  i want to where in the memory the java objects,local... are stayed  Hi friend, Instance Variables (Non-static fields): In object 

JSP-Tutorials

JSP Examples
in JSP. Before starting to create example using JSP we should have focus... object can be instantiated and display the current time.   JSP Actions...JSP Examples In this section we will discuss about the examples of JSP 

JSP Servlet Questions

jsp applet communication - JSP-Servlet
to create an object in the jsp and send that to an applet... For this v used in which we passed object as a parameter... v created a connection object in jsp......?? IF this isn't the right process then how can i get the object from jsp to applet...?? i 

JSP Interview Questions

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... are used to create the final response.It passes information on to the next 

Tomcat Server

Create Web Page with jsp
; In this example we will show you how to create first web page on tomcat server. JSP simply application that work with Java inside HTML pages. Now we.... For this we will create a simple dynamic JSP page with java.util.Date class (< 

Java Interview Questions

Jsp Scope Variables - Java Interview Questions
Jsp Scope Variables  what is the importance of page,session,request n application scope variables in JSP?Am not understanding where which scope variable we have to use in programs..let me know when we have to use them seperately 

Development process Questions

Interview question - Development process
Interview question   Hi Friends, Can we create scriptless jsp, if so explain me how. can we access database by using javascript only 

Programming Tutorials

JSP implicit object "application"
JSP IMPLICIT OBJECT application In this section, we will discuss about JSP... "application"  object you can share data with all pages in an application. It means the "application" object is accessed by any JSP 

JSP Tutorials

How to Create New Excel Sheet Using JSP
a new  excel sheet using java .You can create any number of  new excel sheets in a excel file.  To create a excel sheet we can use third party APIs... HSSFWorkbook class is used to create an object of  HSSFWorkbook, by which we 

Java Interview Questions

Interface - Java Interview Questions
Interface  Respected sir why we use Interface in java? because we... design choice. One reason for using abstarct classes is we can code common... can still mark the class as abstract. Developing by interface helps in object 

Development process Questions

Jsp
Jsp  how can we compile the jsp file in dos command prompt. when i... as an internal or external command, operable program or batch file. how can we create the batch file and tell me the procedure for to create the batch file 

Programming Tutorials

JSP Implicit object "session"
JSP IMPLICIT  OBJECT "SESSION"In this Section , we will discuss about JSP implicit object "session" with an example. Session Object... of object as string's value and you can get this value in other JSP page 

JSP Interview Questions

jsp - JSP-Interview Questions
JSP directives list  What is JSP directives? Can anyone list the JSP directives 

JSP Interview Questions

JSP
how can we use beans in jsp  how can we use beans in jsp   JSP provides three tags to work with beans:- <jsp:useBean id="bean name... = the name that refers to the bean.Bean class = name of the java class 

JSP Servlet Questions

Common connection in JSP - JSP-Servlet
Common connection in JSP  Hi I am creating an JSP application. I want to use a common JSP page so that I can include it into other pages and get..., We are providing you the code where we have used database Connection object 

JSP Interview Questions

BACKEND - JSP-Interview Questions
BACKEND  Is oracle or mysql as database makes the difference in jsp programming? I mean, I want to know whether the jsp with my Sql backend can also run with oracle without making any changes in the jsp programming? Thanks 

JSP Interview Questions

tomcat - JSP-Interview Questions
that create a jsp file 'hello.jsp'and put into the 'application' folder. To start...tomcat  how to run a program of jsp using tomcat server.please give... the tomcat, create a folder 'application' into C:\apache-tomcat-6.0.16 

JSP Interview Questions

question - JSP-Interview Questions
question  Need simple java questionnaires for preparation of Java Certifications  JavaServer Pages (JSP) is a Java technology that allows... in response to a Web client request. The technology allows Java code and certain pre 

JSP Servlet Questions

JSP code - JSP-Servlet
JSP code  Hi! Can somebody provide a line by line explanation...)). If the condition is true, create an object of DataInputStream and pass... the content type information from the jsp header. Then check the two conditions 

JSP Servlet Questions

how to create a jave version excel in jsp
how to create a jave version excel in jsp  I would like to create a java version excel in JSP. so the excel like document can be published... to save the data. questions: 1 can any body share some code samples 

JSP Servlet Questions

JSP
JSP  Hi , I am working in JSP. In my project i have to generate my entire database records to pdf,excel,csv format , so which concept i have to use to generate. Can u suggest me... Regards, SenthilKumar.P   Hi 

Java Interview Questions

Servlet & Jsp - Java Interview Questions
Servlet & Jsp   is it possible of communicating from SERVLET to JSP... know briefly with java code. Thanks for providing the sendRedirect prog?  Hi Friend, You can also use RequestDispatcher to forward request from 

JSP Interview Questions

JSP - JSP-Interview Questions
JSP  When we change JSP code , how the Servlet is reloaded reflecting the changes without restarting the server 

JSP Tutorials

JSP Tutorials - Page2
We can use all of the JSP coding while using Java Beans in a JSP page... on JSP page using XML In this tutorial we are going to know how we can... are going to know how we can pass a text message from XML to JSP.   

Servlet Interview Questions

Jsp/Servlet - Servlet Interview Questions
Jsp/Servlet  How can we prvent duplicate transaction in web using servlet or jsp 

JSP Interview Questions

JSP - JSP-Interview Questions
are the comments in JSP(java server pages)and how many types and what are they.Thanks inadvance.  Hi friend, JSP Syntax XML Syntax... A comment marks text or lines that the JSP container 

JSP Servlet Questions

jsp - JSP-Servlet
jsp  sir, can we include more java code asif we do in servlet programing. And pls say how to introduse the session handling methods in jsp. ... visit for more information. http://www.roseindia.net/jsp/jspsession/use-of-form 

Java Interview Questions

create jsp
create jsp  <%@ page language="java" contentType="text/html...; charset=ISO-8859-1"> <title>Create New Student</title> </head> <body> <form name="create" method="post" action="< 

JSP Tutorials

Create Shape in Excel Using JSP
_RECTANGLE   In this example we are using  OBJECT_TYPE_LINE  to create...;    In this program we are going create a sheet  and then after we create a shape. At excel sheet e.g. we are creating line 

JSP Servlet Questions

multiuser in java/jsp? - JSP-Servlet
multiuser in java/jsp?  Hi!!! Rose India Team, Kindly let me know what is exact meaning of multiuser in java? I made an web application using jsp... is this correct that I can create four usernames and passwords (it should have minimum 

JSP Interview Questions

jsp - JSP-Interview Questions
to embed Java code inside the JSP file. Mostly it contains the logic of the program...jsp  what are the thinks in el (jsp) nesseay to take care wel... expressions in JSP. EL provides the ability to use run-time expressions outside 

JSP Interview Questions

Implement method in Jsp - JSP-Interview Questions
Implement method in Jsp   Hi Friends, where should we implement methods in jsp(In webApplication... ( or )   Hi I am sending a link where u can find lots 

Programming Tutorials

JSF Interview Questions
: Renderer separates the functionality and view of the component. So we can create.... They can design look and feel of web application in html/jsp using custom tag... because of JSF?s extensible and customizable nature. They can create 

Java Interview Questions

java - Java Interview Questions
creating context we can not execute a program. So for that either we need a main...java  can you write a java pro with out using static infront of main method?why?  Hi friend, We have * public: The method can 

JSP Interview Questions

Jsp - JSP-Interview Questions
, then can anybody please tell me what is the difference between these two??, why should i make use of declaration tag if i can declare variable in scriptlets tag... in the scriptlet, it is gone to the service method when jsp converted into servlet 

JSP Tutorials

JSP Architecture, JSP Model 1 architecture, JSP Model 2 architecture
types of view for the applications. We the help of JSP you can create data...JSP Architecture In this section we are discussing JSP Architecture and types.... In the JSP page programmers embeds Java code for generating dynamic content. JSP 

JSP Servlet Questions

JSP
JSP  I want to display records in listview. How i can display records in listview or in gridview within JSP?   Hi Friend, Try the following code: pagination.jsp: <%@ page language="java" %> <%@ page import 

JSP Servlet Questions

jsp tag - JSP-Servlet
jsp tag   i am basic jsp learner,so i cann't understand th... that can create and access programming language objects and affect the output.... * They have access to all the objects available to JSP pages. * They can 

Java Interview Questions

regarding object references - Java Interview Questions
regarding object references  How can we find the number of instances created to an object in java? Write a program for this?  Hi Friend, Try the following code: class Example { static int ob = 0; public Example 

JSP Interview Questions

jsp - JSP-Interview Questions
;Hi,The JavaServer Pages Standard Tag Library (JSTL), is a component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks, such as XML data processing 

Spring Framework Questions

jsp object retrieval - Spring
jsp object retrieval  I have a controller which calls a Service to build a List of data from the database. I want to pass the List to the jsp to use...://www.roseindia.net/jsp/   Thanks for the reply but I want to keep the java 

JSP Servlet Questions

Jsp using mvc - JSP-Servlet
if there is any modification in the business logic. In other words, we can say... that can be applied to transform that object. It only represents the data...Jsp using mvc  hi I have written using mvc2 architecture, i have 

JSP Interview Questions

Can I remove jsp web page from the server - JSP-Interview Questions
Can I remove jsp web page from the server  Dear, Please when I write a jsp web page and I dowload it at the server, it will generate .gpa and .java files. My question: can I remove .jsp prorams and the program still work 

JSP Interview Questions

Jsp Scope Variables - JSP-Interview Questions
Jsp Scope Variables  what is the importance of page,session,request n application scope variables in JSP?Am not understanding where which scope variable we have to use in programs..let me know when we have to use them seperately 

JSP Tutorials

Uploading Multiple Files Using Jsp
logic, but at least we should know how we can use a java code inside the jsp page... to understand how you can upload multiple files by using the Jsp. We should avoid.... In this example we are going to tell you how can make use of scriptlet to upload 

JSP Interview Questions

java script - JSP-Interview Questions
java script  i want that my registration page shud be get poped up when i will clik a on a link on my login page....how can i do it using java script or i shuld use html 

JSP Servlet Questions

create a folder in jsp page
create a folder in jsp page  i want to create a folder in jsp page And it can be delete aslo 

Java Interview Questions

can we use class in jsp which implements interface
can we use class in jsp which implements interface   can we use class in jsp which implements interface 

Programming Tutorials

JSP implicit object out
JSP implicit object out In this Section, we will discuss about implicit object out & it's methods. Out object denotes the Output stream...;jsp.JspWriter". This object is instantiated implicitly from JSP Writer class 

JSP Tutorials

Create Excel Sheet Using JSP
create excel sheet using jsp       In this program, we are going to create the cells and rows into excel sheet using java .You can create any number of cells and rows 

JSP Tutorials

Java Server Pages (JSP)
Java Server Pages (JSP) In this tutorial we are going to give you over view of JSP. What is JSP ? JSP is java based technology by using that you can... for creating static content. Why use JSP ? By using JSP you can develop 

JSP Servlet Questions

jsp interview questions
jsp interview questions  what is difference betwen and ?   Difference between jsp:include and jsp:forward jsp:include , includes the page inside the current page... so the included page will appear exactly where u 

JSP Tutorials

Create a Table in Mysql database through SQL Query in JSP
; This is detailed java code to connect a jsp page to mysql database and create a table of given... Create a Table in Mysql database through SQL Query in JSP... directory. Creating JSP pages: In this example, we have created two JSP pages 

Servlet Interview Questions

interview question - Servlet Interview Questions
interview question  What is Servlet? Need interview questions on Java... according to your experience.And for collection of Java Servlet Interview Question you can visit here at http://www.roseindia.net/interviewquestions/servlet 

JSP Servlet Questions

JSP - JSP-Servlet
servlets using "CallableStatement". Is this right assumption? What we can say... logic. In other words, we can say that it is the responsibility... all the operations that can be applied to transform that object. It only 

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.