How can we avoid direct access of jsp pages from client browser?
No Answer is Posted For this Question
Be the First to Post Answer
What are jsp lifecycle methods?
How can automatic creation of session be prevented in a jsp page?
Explain the difference between include directive and include action in jsp?
What are the ways to insert java code into jsp page?
What are the different scope values for the <jsp:usebean> tag?
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 are the implicit objects in jsp?
What are the possible values for language directive?
What is jsp? Explain
hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
Explain static method?
What is include directive in jsp?