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 is meant by the value of a variable?

461


What are three ways in which a thread can enter the waiting state in java programming?

684


What is the advantage of OOP in java?

660


What are the different types of garbage collectors in java?

545


What is the different types of functions?

558






Why for each loop is used?

506


What is the use of StringTokenizer class?

609


What comes to mind when someone mentions a shallow copy in java?

659


What does null mean in java?

629


What does pointer mean?

546


Why is java so important?

648


What is port number in java?

589


What is the difference between a static and a non-static inner class in java programming?

533


Why parameters should be passed by reference?

500


write a program that list all permutations of ABCDEF in which A appears before B?

2011