Home | Contact Us | Log In | Help
HOME NEW LISTING MOST POPULAR HIGHEST RATED SCRIPTS ADD SCRIPT DOWNLOADS FORUM
Tutorials
  ASP.Net & C#
  ASP
  Perl and PHP
  Java Scripts
  C and C++
  Ajax Tutorials
  J2ee, J2Me, Java
  Python & Ruby Rail
  Crystal Report
  Sap
  CGI
  XML
  Cold Fusion & CFML
  HTML, DHTML & CSS
  Dreamweaver
  FLASH
  Photoshop/Web Designing
  Tools & Utilities
  Oracle/D2K
  Sql Server
  MySql
  Domain Name Registration
  Remotely Hosting
  Web/Server Application
  Hotel Marketing
  Internet and Law
   Search Engine Optimization/SEO
E-Commerce
Interview Questions

Previous < 1 2 3 4 5 6 7 8 9 10 > Next

J2ee, J2Me, Java (INTERVIEW QUESTIONS) 5
  What is component contract?

  The contract between a J2EE component and its container. The contract includes life-cycle management of the component, a context interface that the instance uses to obtain various information and services from its container, and a list of
services that every container must provide for its components.

   
  What is component-managed sign-on?

  A mechanism whereby security information needed for signing on to a resource is provided by an application component.

 
  What is connector?

  A standard extension mechanism for containers that provides connectivity to enterprise information systems. A connector is
specific to an enterprise information system and consists of a resource adapter and application development tools for
enterprise information system connectivity. The resource adapter is plugged in to a container through its support for
system-level contracts defined in the Connector architecture.

 
  What is Connector architecture?

  An architecture for integration of J2EE products with enterprise information systems. There are two parts to this
architecture: a resource adapter provided by an enterprise information system vendor and the J2EE product that allows this
resource adapter to plug in. This architecture defines a set of contracts that a resource adapter must support to plug in to
a J2EE product-for example, transactions, security, and resource management.

 
  What is container?

  An entity that provides life-cycle management, security, deployment, and runtime services to J2EE components. Each type of
container (EJB, Web, JSP, servlet, applet, and application client) also provides component-specific services.

 
  What is container-managed persistence?

  The mechanism whereby data transfer between an entity bean's variables and a resource manager is managed by the entity bean's
container.

 
  What is container-managed sign-on?

  The mechanism whereby security information needed for signing on to a resource is supplied by the container.

 
  What is container-managed transaction?

  A transaction whose boundaries are defined by an EJB container. An entity bean must use container-managed transactions.What is content
In an XML document, the part that occurs after the prolog, including the root element and everything it contains.

 

Previous < 1 2 3 4 5 6 7 8 9 10 > Next

  Copyright 2000-2006 © SoloScript.com, All rights reserved.