Posts

Showing posts from October, 2018

myTectra corporate training services

myTectra offers corporate training services in Bangalore for range of courses on various domain including Information Technology, Digital Marketing and Business courses like Financial Accounting, Human Resource Management, Health and Safety, Soft Skill Development, Quality & Auditing, Food Safety & Hygiene. myTectra is one of the leading corporate training companies in bangalore offers training on more than 500+ courses <a href="https://www.mytectra.com/corporate-training-companies-in-bangalore.html/"> corporate training in bangalore </a> <a href="https://www.mytectra.com/top-10-corporate-training-companies-in-india.html/"> top 10 corporate training companies in india </a> <a href="https://www.mytectra.com/corporate-training/"> corporate training </a> <a href="https://www.mytectra.com/corporate-training/"> corporate training companies </a>

JSP Interview Questions

1.What is JSP? Java Server Pages technology (JSP) is used to create dynamic web page. It is an extension to the servlet technology. A JSP page is internally converted into servlet. 2.Explain JSP and tell its uses. JSP stands for Java Server Pages. It is a presentation layer technology independent of platform. It comes with SUN’s J2EE platforms. They are like HTML pages but with Java code pieces embedded in them. They are saved with a .jsp extension. They are compiled using JSP compiler in the background and generate a Servlet from the page. 3.What is difference between hide comment and output comment? The jsp comment is called hide comment whereas html comment is called output comment. If user views the source of the page, the jsp comment will not be shown whereas html comment will be shown. 4.What is the requirement of a tag library? A collection of custom tags is called a Tag Library. Recurring tasks are handled more easily and reused across multiple applications to i