InterviewSolution
Saved Bookmarks
| 1. |
What Are Advantages Of Jsp |
|
Answer» WHENEVER there is a change in the code, we dont have to recompile the jsp. it automatically does the COMPILATION. by using CUSTOM tags and tag libraries the LENGTH of the java code is reduced. whenever there is a change in the code, we dont have to recompile the jsp. it automatically does the compilation. by using custom tags and tag libraries the length of the java code is reduced. |
|