These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 
Author Message
 Post subject: Convert the Strings in Java?
PostPosted: Thu Mar 12, 2009 2:46 am 
Newbie

Joined: Thu Mar 12, 2009 2:41 am
Posts: 1
Hello,
How to convert String into primitive datatype.also give me a program where you clearly define the primitive datatypes. Please reply my post if you know the answer.

Thanks

_________________
Tee Shirt Printing
T Shirts Printing
Indian Tourist Visa


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 12, 2009 4:06 am 
Senior
Senior

Joined: Wed Sep 19, 2007 9:31 pm
Posts: 191
Location: Khuntien (Indonesia)
is related to Hibernate? if no, please post in java forum


Top
 Profile  
 
 Post subject:
PostPosted: Thu Mar 12, 2009 4:13 am 
Senior
Senior

Joined: Wed Sep 19, 2007 9:31 pm
Posts: 191
Location: Khuntien (Indonesia)
is related to Hibernate? if no, please post in java forum


Top
 Profile  
 
 Post subject: Re: Convert the Strings in Java?
PostPosted: Tue Mar 31, 2009 3:03 am 
Newbie

Joined: Tue Mar 31, 2009 3:02 am
Posts: 1
Gracey1 wrote:
Hello,
How to convert String into primitive datatype.also give me a program where you clearly define the primitive datatypes. Please reply my post if you know the answer.

Thanks


using parseInt() method for example

//String to primitive types
int iVal = Integer.parseInt(str);
long lVal = Long.parseLong(str);
float fVal = Float.parseFloat(str);
double dVal = Double.parseDouble(str);

_________________
Website Design
Web Designing company london
IT Global Management Melbourne
IT Management Melbourne


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 4 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.