KyaPoocha.com

Huge Collection of Interview Questions


‘JSP Interview Questions’ - KyaPoocha.com

How is the MVC design pattern used in Struts framework? 

Tn the MVC design pattern, application flow is mediated by a central Controller. The Controller delegates requests to an appropriate handler. The handlers are tied... Read more »

What is Model 1? 

Using JSP technology alone to develop Web page. Such term is used in the earlier JSP specification. Model 1 architecture is suitable for applications that have... Read more »

What is Model 2? 

Using JSP and Servlet together to develop Web page. Model 2 applications are easier to maintain and extend, because views do not refer to each other directly.  Read more »

How to print out html markup with h:outputText? 

The h:outputText has attribute escape that allows to escape the html markup. By default, it equals to “true”. It means all the special symbols will... Read more »

What is JavaServer Faces? 

JavaServer Faces (JSF) is a user interface (UI) framework for Java web applications. It is designed to significantly ease the burden of writing and maintaining applications... Read more »

What is naming context? 

A set of associations between unique, atomic, people-friendly identifiers and objects.  Read more »

What is mixed-content model? 

A DTD specification that defines an element as containing a mixture of text and one more other elements. The specification must start with #PCDATA, followed by diverse... Read more »

What is method-binding expression? 

A JavaServer Faces EL expression that refers to a method of a backing bean. This method performs either event handling, validation, or navigation processing for... Read more »

What is mutual authentication? 

An authentication mechanism employed by two parties for the purpose of proving each other’s identity to one another.  Read more »

What is method permission? 

An authorization rule that determines who is permitted to execute one or more enterprise bean methods.  Read more »

What is JSP expression? 

A scripting element that contains a valid scripting language expression that is evaluated, converted to a String, and placed into the implicit out object.  Read more »

What is JSP document? 

A JSP page written in XML syntax and subject to the constraints of XML documents.  Read more »

What is JSP declaration? 

A JSP scripting element that declares methods, variables, or both in a JSP page.  Read more »

What is JSP custom tag? 

A tag that references a JSP custom action.  Read more »

What is JSP action? 

A JSP element that can act on implicit objects and other server-side objects or can define new scripting variables. Actions follow the XML syntax for elements, with... Read more »

Page 2 of 7«12345»...Last »