jsp技術(shù)概述外文翻譯.docx
約10頁(yè)DOCX格式手機(jī)打開展開
jsp技術(shù)概述外文翻譯,overview of jsp technologybenefits of jspjsp pages are translated into servlets. so, fundamentally, any task jsp pages can perform could also be accomplished by...
內(nèi)容介紹
此文檔由會(huì)員 xiao6jun6 發(fā)布
Overview of JSP TechnologyBenefits of JSPJSP pages are translated into servlets. So, fundamentally, any task JSP pages can perform could also be accomplished by servlets. However, this underlying equivalence does not mean that servlets and JSP pages are equally appropriate in all scenarios. The issue is not the power of the technology, it is the convenience, productivity, and maintainability of one or the other. After all, anything you can do on a particular computer platform in the Java programming language you could also do in assembly language. But it still matters which you choose.