What is full api?


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

Post New Answer

More JSP Interview Questions

What are the steps for creating custom tags in jsp?

0 Answers  


Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank

0 Answers  


What are the two ways to include the result of another page?

0 Answers  


What is the use of jstl tags in jsp?

0 Answers  


what is the enitre process of using smart forms to create forms?

1 Answers   Caritor,






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 can information from one JSP be passed to another JSP?

0 Answers  


What is the difference between jsp and thymeleaf?

0 Answers  


What are the different types of jsp tags?

0 Answers  


how to insert star image and need to rate it.. one star two star so on how to do in jsp...????

0 Answers  


How do you delete the session data?

0 Answers  


How does error handling occur with jstl?

0 Answers  


Categories