Where do I create jsp in eclipse?


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

Post New Answer

More JSP Interview Questions

Why is jsp used for?

0 Answers  


What is el?

0 Answers  


Which method cannot be overridden 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  


What are the different directives in jsp?

0 Answers  






List all tags that are provided in jstl?

0 Answers  


What is jsp and its architecture?

0 Answers  


What is the difference between Java Servlet & JSP?

1 Answers  


What are the components that make up a tag library in jsp?

0 Answers  


What is the jspdestroy() method?

0 Answers  


Which one is correct order of phases in jsp life cycle?

0 Answers  


Can I use javascript on jsp page?

0 Answers  


Categories