Answer Posted / ravikiran(aptech mumbai)
Long l=Long.parseLong(String s);
long l1=l.longValue();
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to handle a web browser resize operation?
How to restrict a member of a class from inheriting by its sub classes?
How many arguments can be passed to main ()?
What is casting in java programming?
How many classes can any class inherit java?
What is a finally block? Is there a case when finally will not execute?
How does map works in java?
Explain runtime exceptions?
Is 0 a prime number?
What is the difference between form & report?
what is the major difference between linkedlist and arraylist in java?
How many types of voids are there?
What is a method in java?
What is variable and example?
Can an interface be defined inside a class?