KyaPoocha.com

Huge Collection of Interview Questions


Archive for January, 2007

What does resource adapt module contain? 

The resource adapt module contains: *all Java interfaces, *classes, *native libraries, *other documentation, *A resource adapter deployment descriptor. Resource... 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 »

Is the server or the client in control in AJAX? 

It depends. With AJAX the answer is more in between. Control can be more centralized in a server-side component or as a mix of client-side and server-side controllers. Centralized... Read more »

What is the role of Ajax in enhancing user experience? 

AJAX is not a new technology but a combination of several existing technologies in a new way. These include HTML, CSS, DOM, XML, XSLT, XMLHttpRequest and Javascript.... Read more »

What is naming context? 

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

What is one-way messaging? 

A method of transmitting messages without having to block until a response is received.  Read more »

What is OASIS? 

Organization for the Advancement of Structured Information Standards. A consortium that drives the development, convergence, and adoption of e-business standards.  Read more »

What is OMG? 

Object Management Group. A consortium that produces and maintains computer industry specifications for interoperable enterprise applications.  Read more »

What is ORB? 

Object request broker. A library that enables CORBA objects to locate and communicate with one another.  Read more »

What is OS principal? 

A principal native to the operating system on which the J2EE platform is executing.  Read more »

What is the difference between structures and enumeration? 

Unlike classes, structs are value types and do not require heap allocation. A variable of a struct type directly contains the data of the struct, whereas a variable... Read more »

What is Value type and refernce type in .Net? 

Value Type : A variable of a value type always contains a value of that type. The assignment to a variable of a value type creates a copy of the assigned value,... Read more »

What are the types of assemblies? 

There are four types of assemblies in .NET: Static assemblies These are the .NET PE files that you create at compile time. Dynamic assemblies These are PE-formatted,... Read more »

What is manifest? 

It is the metadata that describes the assemblies.  Read more »

Page 4 of 9« First...«23456»...Last »