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 do you escape in java?
Can we have a method name same as class name in java?
Why do we create public static method in java?
When do we use hashset over treeset?
What are the types of arrays in java?
What is an object's lock and which object's have locks in java programming?
What is the range of the short type?
What is consumer interface?
Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me
Describe method overriding
Can you add null to a list java?
Can we create a class inside a class in java?
Mention some interfaces implemented by linked list in java.
Difference between static and dynamic class loading.
What are predefined functions?