How to convert a string to long?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
Long l=Long.parseLong(String s);
long l1=l.longValue();
Is This Answer Correct ? | 1 Yes | 0 No |
Is static a singleton?
what is the difference between the methods sleep() and wait()? : Java thread
What is polymorphism in java? What are the kinds of polymorphism?
How many tetrahedral voids are there in bcc?
Why char array is preferred over string for storing password?
What is a memory leak in java?
What is basic concept of static in java ?
What is the difference between the jdk 1.02 event model and the event-delegation model introduced with jdk 1.1?
Can a class have an interface?
what is difference between business delegate and data access object(dao)? in java?
What is http client in java?
How does enum work in java?