Tuesday, April 3, 2007

JSP Updated questions -1

How do I prevent the output of my JSP or Servlet pages from being cached by the browser?

How to pop up a jsp page? Refreshing every two seconds.

How to Upload a textfile from JSP to Servlet

How do you restrict page errors display in the JSP page?

What JSP lifecycle methods can I override?

How do I perform browser redirection from a JSP page?

How does JSP handle run-time exceptions?

How do I use comments within a JSP page?

Is it possible to share an HttpSession between a JSP and EJB? What happens when I change a value in the HttpSession from inside an EJB?

How can I implement a thread-safe JSP page?

How can I declare methods within my JSP page?

Can I stop JSP execution while in the midst of processing a request?

Can a JSP page process HTML FORM data?

Is there a way to reference the "this" variable within a JSP page?

Can a single JSP page be considered as a J2EE application?

Can we implements interface or extends class in JSP?

How to compile the JSP pages manually in all applications and web servers

How to delete cookies in JSP?

In Internet explorer if we give a jsp , How the server will know it has to execute?

How can i restrict the user from Clicking of Back button in any browser
When many Users are browsing the same application at the same time and they click the "Submit" button will many objects be created for each and every User?

What is difference between scriptlet and expression?
In Oracle table some fields are "null".By default it will show as "null" in JSP page text box.But i dont want that. I want as blank textbox.What i can do for that?

What is the differnce between application server and web server

How to call EJB from JSP.

How can I enable session tracking for JSP pages if the browser has disabled cookies?
I want to place two buttons one for save and one for delete.i am using DispatchAction as controller,how can i find whichbutton i am pressing and how to diffrentiate?

How do u maintain a Session?

What are advantages of JSP?

How to overwrite the init and destroy method in a jsp page.

How can initialize interface in JSP?

Text in textarea cant be copy by anyone while it is running in the browser (i.e,the text cant be copy and then paste on the
other page) give me suggestion?

How do you pass control from one JSP page to another?

When we design some login form how we manage security for those forms?which technology used for that purpose?

How to generate BAR & PIE Graphs using JSP code...?

How Do you implement interface in JSP?

Is there a way I can set the inactivity lease period on a per-session basis?

What are the default objects provided by JSP container? Other than page, request, session and context objects.

Why should we setContentType( ) in servlet ?what is the use of that method?

What does < %= obj.getXXX() %> the following expression get evaluated to ?

What is the need of implicit objects?

Types of indexing used in oracle applications ? and when and how we decide to implement indexing to database ?

How are the implicit object made available in the jsp file? Where are they defined?

What are the implicit objects in JSP & differences between them?

What is jsp:usebean. What are the scope attributes & difference between these attributes

What are Custom tags. Why do you need Custom tags. How do you create Custom tag?

What is the difference between Difference between doGet() and doPost()?

What is difference between JSP 1.0 model and JSP 2.0 model

How does a servlet communicate with a JSP page?

What is jsp:use bean. What are the scope attributes & difference between these attributes?

When to use struts technology? What type of applications are developed using struts frame work?
How do I include static files within a JSP page?

What is the difference betweeen a statis and dynamic include?

How can we implement logoutpage using jsp ..? and Is there any method to force the browser to show the same page again and again after logout..?

What is the diff. b/w PAGE,APPLICATION and SESSION implicit objects of JSP?

What is the default scope of jsp tags?

How can i clear values in sessions. if i open a jsp page it is containing previous values. then i need to open a new page then only i am getting a fresh page

How do I have the JSP-generated servlet subclass my own custom servlet class, instead of the default?

What is the difference between , pagedirective include, action tag include ?

What is the difference between servlet session and jsp session?

Can you make use of a ServletOutputStream object from within a JSP page?

Can a JSP page instantiate a serialized bean?

What is JSP?

What is the difference betweeen JSP forward and servlet forward methods?

What is JSP

What is the architecture of JSP?

What is the differene between include directive and include action?

When jsp is compiled into servlet, where the servlet is actually stored(storage location)?

What is the differences between JSP LifeCycle and Servlet LifeCycle?

My html form contains an INPUT "text" element that accepts Date, i want to catch that date and want to query it using JSP? Inshort, how can i use that HTML form element with Prepared Statements in JSP?

suppose we have 1000 rows in the database i need to retrive 200 rows per page, then

which approach is better either struts
based or non struts based it is an interview question

What is use of implict Objects?why the container is given those one?

Why we can't implement interface in JSP? Why we can only extend classes in JSP?

No comments:

Post a Comment