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 |
What is return type in java?
How to do a true java ping from windows?
Differentiate constructor and a method and how are it be used?
What is a method in coding?
What are the benefits of operations?
How a string is stored in memory?
What is the function of static in java?
What is the difference between java and .Net?
Which is dependent variable?
Why does java not support operator overloading?
can I implement my own start() method? : Java thread
What is meant by the value of a variable?