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 class & structure?
Can java inner class be static?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
how many ways to create Thread and which one is good? runnable interface ot Thread class?
what is the difference between Java Command Line and C command Line?
How many bits is a 64 bit byte?
What we have to do, when we don't want to implement all methods of an interface?
What is hashing principle in java?
Can a final variable be initialized in constructor?
What are data types in oop?
Can we call thread start () twice?
What is parsing a string?