Can we write code in try/catch block in JSP as well?
Answers
Answered by
0
No code be witten between in try block and catch block.Try block must be followed either by a catchor a finally block or both
Similar questions