How many jsp implicit objects are there?


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

Post New Answer

More JSP Interview Questions

What is client scripting?

0 Answers  


How can you avoid scriptlet code in jsp?

0 Answers  


How can I extend the functionality of jsp?

0 Answers  


Explain the uses of <jsp:usebean> tag.

0 Answers  


How do I save a jsp file?

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  


What is cookies in jsp?

0 Answers  


How jsp is executed by web server?

0 Answers  


Can constructor be used instead of init(), to initialize servlet?

0 Answers  


What is jsp tag?

0 Answers  


What is meant by session management?

0 Answers  


What is the advantage of using getProperty action, as compared to the accessor method?

0 Answers  


Categories