Can we use jstl in html?
How do I use sendredirect?
What is client scripting?
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]
What are the different scope values for the
What is a jsp and what is it used for?
What is the difference between include and jsp directive: include action?
Why is used in jsp?
What are the 3 tags used in jsp bean development?
What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.
How many jsp scripting elements are there and what are they?
How do we print “
creates a new line in html” in jsp?
Is jsp technology extensible?
What do jsp literals consist of?
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.