Walkins Openings in India & Interview Questions

Walkins in Mumbai, Bangalore, Chennai, Delhi, Gurgaon, Pune


‘JSP Interview Questions’ - KyaPoocha.com

Is JSP technology extensible? 

Yes, it is. JSP technology is extensible through the development of custom actions, or tags, which are encapsulated in tag libraries.  Read more »

Why are JSP pages preferred API for creating a web-based client program? 

JSP pages preferred API for creating a web-based client program because no plug-ins or security policy files are needed on the client systems(applet does). Also,... Read more »

What is JSF? 

JavaServer Faces (JSF) is a new standard Java framework for building Web applications. It simplifies development by providing a component-centric approach to developing... Read more »

What is the difference between JSP and JSF? 

JSP simply provides a Page which may contain markup, embedded Java code, and “tags” which encapsulate more complicated logic /html. JSF may use JSP as its template,... 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 »

What is JSP custom tag? 

A tag that references a JSP custom action.  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 document? 

A JSP page written in XML syntax and subject to the constraints of XML documents.  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 method permission? 

An authorization rule that determines who is permitted to execute one or more enterprise bean methods.  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 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 naming context? 

A set of associations between unique, atomic, people-friendly identifiers and objects.  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 »

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 be replaced... 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 »

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 very... Read more »

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 are JSP scripting elements? 

JSP scripting elements lets to insert Java code into the servlet that will be generated from the current JSP page. There are three forms: a) Expressions of the form... Read more »

What are JSP Directives? 

A JSP directive affects the overall structure of the servlet class. It usually has the following form:<%@ directive attribute=”value” %> However, you can... Read more »

Page 4 of 5«12345»
  • Subscribe

      Get Latest Walkins in your INBOX, enter your email address:


  • Walkins by Location


  • Walkins by Skills