What is content type in jsp?


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

Post New Answer

More JSP Interview Questions

How can I prevent direct access to a jsp page from a browser?

0 Answers  


What do you know about writing custom jsp tags?

0 Answers  


What is session object in jsp?

0 Answers  


how can i update the marque in jsp without changing the sourse code

0 Answers  


Which two interfaces does the javax servlet jsp package have?

0 Answers  






What is session management in jsp?

0 Answers  


How to create menu in jsp with example?

0 Answers  


How to include static files in a jsp?

0 Answers  


What is context 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  


How many tags are provided in jstl?

0 Answers  


What are the primary differences between the jsp custom tags and java beans?

0 Answers  


Categories