What is c tag in jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Can you call jsp from servlet?
Why jsp is faster than servlet?
What is asp and jsp?
What is scriptlet, expression and declaration in jsp?
How many tags are provided in jstl?
What is the use of jsp and servlet?
What is scriptlet tag in jsp?
Is jsp better than servlet?
Define Composition.
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 is tag file in jsp?
When will container initialize multiple jsp/servlet objects?