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...

How to convert String into primitive datatype.

Answer Posted / akshya kumar

we can also use valueOf method of wrapper classes like:

int i_var = Integer.valueOf(string_var);
float f_var = Float.valueOf(string_vatr);

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is keyword auto for?

1262


Difference between Preemptive scheduling vs. Time slicing?

1060


What is module in project?

1034


How many ways can we create singleton class?

1024


Why scanner is used in java?

1138


What are predicates in java 8?

1078


State two differences between C and Java.

1396


What is a private class in java?

1125


Explain an algorithm to find depth of a binary tree.

1108


What is the base class in java from which all classes are derived?

1038


How do you clear a list in java?

1209


What are computer functions?

1003


Can a abstract class be declared final?

1050


What about instanceof operator in java?

1075


How finally used under exception handling?

992