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

Can jsp contain javascript?

0 Answers  


Is jsp and javascript same?

0 Answers  


How to delete a cookie in jsp?

0 Answers  


Is there a way I can set the inactivity lease period on a per-session basis?

0 Answers  


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

0 Answers  






How many tags are there in jsp?

0 Answers  


Explain the various scope values for tag.

0 Answers  


Why do we need servlets and 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 is dynamic web project?

0 Answers  


Which is better jsp or javascript?

0 Answers  


What do you know about jsp expression language (jsp expression language – el)?

0 Answers  


Categories