How can i connect from jsp to servlet page
Answer Posted / hi
kya farzy question hai yaar..........
Is This Answer Correct ? | 17 Yes | 45 No |
Post New Answer View All Answers
How can html output be prevented from being cached?
What is a javaserver pages (jsp)?
Can we write java code in jsp?
How to use jsp el to get http method name?
How to configure init parameters for jsp?
Can a subsequent request be accessed with one’s servlet code, if a request attribute is already sent in his jsp?
How can we handle exceptions thrown by jsp service method?
What is jsp declaration?
What is difference between jspwriter and servlet printwriter?
What is the need of jsp?
How can I implement a thread-safe jsp page? What are the advantages and disadvantages of using it?
What are the advantages and disadvantages of thread-safe jsp page?
What is scripting elements 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.
Can we use the exception implicit object in any jsp page?