What are wrapped classes?

Answer Posted / divya

Wrapping is the process of converting primitive data type
into objects,the Java API provide a set of classes that
make the process easier ,such classes are called Wrapper
classes.The classes which helps for wrapping is called
Wrapped classes.

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between string, stringbuffer and stringbuilder in java?

548


What do you mean by stack?

625


Which list does not allow duplicates in java?

502


What is the difference between serial and throughput garbage collector?

569


What are the drawbacks for singleton class?

509






Can inner class final?

621


Why are generics used?

514


What is ‘has a’’ relationship in java?

714


how do I create a runnable with inheritance? : Java thread

498


When we serialize an object does the serialization mechanism saves its references too?

500


What are register variables what are the advantages?

441


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

515


Why charat is used in java?

532


How big is a boolean?

565


Can we define a package statement after the import statement in java?

564