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 preferred size of a component in java programming?
In java, how we can disallow serialization of variables?
Explain notifyall() method of object class ?
What is the longest unicode character?
Which language is java?
what is the difference between yielding and sleeping? : Java thread
Can a class declared as private be accessed outside it’s package?
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
Difference between association, composition and aggregation?
Nested classes VS Inner classes?
What is difference between module and function?
What are the parts of a method?