InterviewSolution
| 1. |
How Do I Use Comments Within A Jsp Page? |
|
Answer» You can use "JSP-style" comments to selectively block out code while DEBUGGING or simply to COMMENT your scriptlets. JSP comments are not visible at the client. You can use "JSP-style" comments to selectively block out code while debugging or simply to comment your scriptlets. JSP comments are not visible at the client. |
|