What is the <jsp:usebean> standard action?


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

Post New Answer

More JSP Interview Questions

How can we disable java code or scripting in jsp page?

0 Answers  


What is expression language in jsp?

0 Answers  


What is the need of jsp?

0 Answers  


Which directive is used in jsp custom tag?

0 Answers  


What is the include directive?

0 Answers  






When i am useing useBean tag of JSP in weblogic server It show compiletion error..Like bad class file: C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class class file has wrong version 49.0, should be 48.0 Please remove or make sure it appears in the correct subdirectory of the classpath. user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]

0 Answers  


What is jstl (jsp standard tag library)?

0 Answers  


How do we catch exception and process it using jstl?

0 Answers  


What are the different types scripting elements in jsp?

0 Answers  


How do I save a jsp file?

0 Answers  


How do we prevent browser from caching output of my jsp pages?

0 Answers  


A jsp page, include.jsp, has a instance variable "int a", now this page is statically included in another jsp page, index.jsp, which has a instance variable "int a" declared. What happens when the index.jsp page is requested by the client?

0 Answers  


Categories