Tuesday, April 3, 2007

JSP Updated questions -2

How do I mix JSP and SSI #include?

I have a String name & Map m, in my bean class. I have get & set methods on both. To Display the String name, i do The aboveone works fine. Te below one, displays the entire Map contents I know the KEY, how do i display the VALUE for that KEY
A] Is the response.sendRedire ct ends the existing session? B] If I logged in to a site ( say a.com) & then in same browser window I type the url for another site (say b.com), then does my session gets ended on first site ( a. com ) ?

How to pass java script array to jsp page?Can one JSP or Servlet extend another Servlet or JSP

Explain online banking system using java.that means i need architecture of online banking system.please sir i want full
details

How the jsp changes will be effected in servlet file after converting?
What data is stored in the variable appname when we give the folowing statement String appname=("manager" .equalsIgnoreCAs
e(request. getContextPath( )))?"/manager" :"/portal" ;

What is difference between getAttribute( ) and getParameter( )?

What is the Difference between sendRedirect( ) and Forward?

what is the use of extends in jsp...we we want to import a class in current jsp file

Which i am working how can i do that...if i use extnds for that means how can i do that...pls explain me this

What is the difference between include directive & jsp:include action?

What is the difference between declaring the variables in the scriptlet tags and in the declaration tags?

What is the diff. b/n declaring members in and declaraing in jspinit() method ?
What is Declaration?

What is the need of taglibraries?

How do you call stored procedures from JSP?Can I call an interface in a JSP?

How we abort jsp page from a servlet

How do we perform redirect action without using response.sendRedire ct(" ");

How do you prevent the Creation of a Session in a JSP Page and why?

Where do we use hidden variables and url rewriting? and wat is the difference between them?

Where can we find the compiled file of jsp in the directory struture.

What is difference between scriptlet and expression ?

How do I use a scriptlet to initialize a newly instantiated bean?Web browser concept using jsp ?

How can we move from one JSP page to another(mean using what tecnique?)

No comments:

Post a Comment