How to print java variable in jsp?


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

Post New Answer

More JSP Interview Questions

How are the jsp requests handled?

0 Answers  


What are JSP scripting elements?

8 Answers  


What is request getcontextpath ()?

0 Answers  


Why jsp is faster than servlet?

0 Answers  


How can you include the results of another page?

0 Answers  






What is el?

0 Answers  


what is difference between redirect and forward method?

12 Answers   Polaris, TCS, Wipro,


How is jsp include directive different from jsp include action. ?

0 Answers  


Can you use javascript in jsp?

0 Answers  


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  


In the servlet 2.4 specification singlethreadmodel has been deprecated, why?

0 Answers  


What is jsp include tag?

0 Answers  


Categories