What is session getattribute in jsp?


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

Post New Answer

More JSP Interview Questions

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  


Why do we use jsp?

0 Answers  


What are JSP ACTIONS?

2 Answers  


What is the difference between server side and client side programming?

0 Answers  


What is the difference between a scrollbar and a scrollpane in jsp?

0 Answers  






What is scriptlet, expression and declaration in jsp?

0 Answers  


When does a container initialize multiple jsp objects?

0 Answers  


What is a jsp expression?

0 Answers  


how can i update the marque in jsp without changing the sourse code

0 Answers  


Explain the jspdestroy() method?

0 Answers  


what are the alternate way to use the scriplet in jsp.

1 Answers  


Can we define a class in a jsp page?

0 Answers  


Categories