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]
2181What's the difference between an import and include directive, and also the difference between include directive and include action?
1 16899
What is jsp standard tag library, provide some example usage?
How jsp is executed by web server?
What is expression language in jsp?
Explain scriptlet, expression and declaration in jsp.
What is custom tag library?
Why do we use jstl tags?
What is a declaration?
Is jsp a front end?
Are dialogue tags necessary?
What is iselignored in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is the difference between server side and client side programming?
What is the scope of response object?
What is jsp and servlets?
What is the resourcebundle class in jsp?