What do u mean by wrapper Class?
What do u mean by Jvm... How do u change JVM for other OS?
Or No need to Change ...? its like tricky

Answer Posted / rajashree

The Wrapper class represents the base class for a set of
data sources. This class provides library initialization
services and access to the data source servers that the
wrapper supports. The Wrapper class maintains the following
information:
The wrapper name.
The wrapper core library name. The returned name is the
name of the native library that loaded the wrapper.
A WrapperInfo object that contains all of the information
that pertains to this wrapper. This information gets stored
in the federated server's system catalog as a result of
issuing the DDL statements CREATE WRAPPER or ALTER WRAPPER.
The Wrapper class is a wrapper class for the Java API.

JVM (Java Virtual Machine): A Java runtime environment,
required for the running of Java programs, which includes a
Java interpreter. A different JVM is required for each
unique operating system (Linux, OS/2, Windows 98, etc.),
but any JVM can run the same version of a Java program.

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What method is used to specify a container's layout in java programming?

652


Is array a class in java?

595


Why java is said to be pass-by-value ?

654


What are the drawbacks for singleton class?

627


What is boolean in java?

591






What is dynamic array in java?

616


If a method is declared as protected, where may the method be accessed?

619


What are encapsulation, inheritance and polymorphism?

615


What is canonical name in java?

714


What does this () mean in constructor chaining concept?

674


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

657


Explain the concept of proper inheritance?

708


Describe the term diamond problem.

658


What occurs when an object is constructed?

654


What mechanism does java use for memory management?

589