Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

use of wrapper classes?

Answer Posted / qamrun nisa

Wrapper classes are used to wrap primitive types (eg: int,
double, etc) in Objects which can be placed into Vectors,
and many, many other uses.

Following table lists the primitive types and the
corresponding wrapper classes:

Primitive Wrapper

Boolean java.lang.Boolean
Byte java.lang.Byte
Char java.lang.Character
double java.lang.Double
Float java.lang.Float
Int java.lang.Integer
Long java.lang.Long
Short java.lang.Short
Void java.lang.Void

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program to search a number in the given list of numbers.

1035


Write a program in java to establish a connection between client and server?

969


Why do we use variables?

992


What are the important features of Java 10 release?

985


How to perform merge sort in java?

1060


What do you mean by Function Overloading in java?

1179


I want to print “hello” even before main is executed. How will you acheive that?

1089


If we don’t want some of the fields not to serialize how to do that?

1014


Can we overload destructor in java?

992


Is constructor inherited?

964


How do you sort an array in java?

995


How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?

1014


Why do we use predicate in java?

1050


What does null mean in java?

1069


What is byte code and why is it important to java’s use for internet programming?

1131