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 a string to long?

Answers were Sorted based on User's Feedback



How to convert a string to long?..

Answer / satya


long l=Long.parseLong(Strin s)

Is This Answer Correct ?    5 Yes 0 No

How to convert a string to long?..

Answer / ravikiran(aptech mumbai)

Long l=Long.parseLong(String s);
long l1=l.longValue();

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

Can we make the abstract methods static in java?

0 Answers  


What is a nested class?

0 Answers  


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  


What is dynamic binding?

2 Answers  


What is Java Classloader?

1 Answers   Phantom Technologies,


What is the difference between static synchronize() metod and synchronize() method?

1 Answers   Polaris,


What is externalizable?

0 Answers  


can we create a instance for intwerface?

3 Answers  


how many types of cloning?

4 Answers   Mobily,


What is difference between equal and == in java?

0 Answers  


What is meant by serialisation and deserialisation?

4 Answers  


Can we use return in constructor?

0 Answers  


Categories