Can we implement an interface in a jsp?



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

Post New Answer

More JSP Interview Questions

Why is jstl used?

1 Answers  


Where we use assertion in java programming?

2 Answers  


What are the elements of jsp?

1 Answers  


How do I create a dynamic web project?

1 Answers  


How can you avoid scriptlet code in jsp?

1 Answers  


How does jsp engines instantiate tag handler classes instances?

1 Answers  


What is jsp expression?

1 Answers  


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.

4 Answers   HCL,


What is the use of implicit object named "application" in Application?

1 Answers   Indriyn Data Labs,


how to u se in jsp

0 Answers   Google,


What is a scriptlet?

1 Answers  


What is difference between sendredirect and forward?

1 Answers  


Categories