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 |
Where is stringbuffer stored?
What is variable explain?
what is daemon thread and which method is used to create the daemon thread? : Java thread
What is java util collection?
What is a java object and java application?
What is the range of a character variable?
Difference between static and dynamic class loading.
What is a generic type?
What does @override mean?
Why can't we override private static methods?
How listener identify that the event came from a particular object?
Why do we create threads in java?