What is translation phase?
No Answer is Posted For this Question
Be the First to Post Answer
what is the enitre process of using smart forms to create forms?
write a program in javasacript to shake the window
Which of the following action variable is used to include a file in jsp?
What are the possible values for language directive?
What is scriptlet tag in jsp?
What are custom tags in jsp?
Mention the jstl core tags.
What is request scope in jsp?
Can I use javascript on jsp page?
Explain how you understand the action tag and jsp action elements.
What do you know about jsp tags?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?