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 the difference between a checked and an unchecked exception?
What are format specifiers in java?
What is the purpose of the return statement?
What is the use of flag?
What do bitwise operators do?
any other way to print the text without using System.out.println() in java?
What is a package?
What is a substitution variable?
Why are inner classes required?
What is java autoboxing?
what is Assertion?
Can we create object of static class?