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 wrapper class and its uses?
Explain Method Overloading in Java.
What does sizeof return?
Explain jdk, jre and jvm?
Name the methods that used to get and set the text label displayed by a Buttonobject?
What is JDK? Mention the variants of JDK?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
How to add and remove nodes in Jtree?
What is an 8 bit word?
Can we assign the reference to this variable?
What are the 4 versions of java?
What is the difference between the continue and break statement?