Why is it not recommended to use script elements in jsp?


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

Post New Answer

More JSP Interview Questions

What is a jsp expression?

0 Answers  


What is the requirement of a tag library?

0 Answers  


What is difference between custom jsp tags and beans?

0 Answers  


Explain jsp lifecycle methods?

0 Answers  


How run jsp program in netbeans?

0 Answers  


How do you connect to the database from jsp?

0 Answers  


How are the jsp requests handled?

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  


Explain the advantages in jsp?

0 Answers  


Define Expression

0 Answers  


List down the major differences between the jsp custom tags and java beans.

0 Answers  


How to include static files in a jsp?

0 Answers  


Categories