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 a super class and how super class be called?
What is the method overriding?
What is a class in java?
Is it compulsory to have atleast one abstract method in abstract class?
explain oops concepts with examples?
29 Answers AbhiBus, Beeline, DELL, HCL, Satyam, TCS, VLS, Wipro,
What do you mean by the term transient?
Which is illegal identifier in java?
What is a copy constructor in java?
What is default exception handling in java?
What are the data types supported by java?
Write POJO class as a key to hashmap???
What is the purpose of using java.lang.class class?