Can we implement an interface in a jsp?
Answer / Sadhana Dhaka
No, you cannot directly implement an interface in a JSP page. However, you can define and use interfaces in Java classes that are used within your JSP code.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is jstl used?
Where we use assertion in java programming?
What are the elements of jsp?
How do I create a dynamic web project?
How can you avoid scriptlet code in jsp?
How does jsp engines instantiate tag handler classes instances?
What is jsp expression?
Q : In session created by server with client(browser) How can server find that request coming is belong to new session OR belong to session that is timeout.
What is the use of implicit object named "application" in Application?
how to u se in jsp
What is a scriptlet?
What is difference between sendredirect and forward?