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?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JSP Interview Questions

What is the differences between the jsp custom tags and java beans?

0 Answers  


what is the difference between jsp and servlets ?

0 Answers   Cap Gemini,


Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........

0 Answers  


How can I override the jspinit() method within a jsp page?

0 Answers  


Explain the difference between servlet and jsp?

0 Answers  






What's the difference between javabeans and taglib directives?

0 Answers  


What is jsp and how it works?

0 Answers  


How can we use beans in jsp?

0 Answers  


Explain scriptlet, expression and declaration in jsp.

0 Answers  


What is a expression?

0 Answers  


What is an expression in jsp?

0 Answers  


Can we override jspinit method?

0 Answers  


Categories