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 java in layman terms?
Can java list contain duplicates?
Describe how to implement singleton design pattern in struts.
What is the purpose of stub and skeleton?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
waht You know about thread programming?
Can we create constructor in abstract class ?
When should I use stringbuffer?
What is private static in java?
What's the difference between int and integer in java?
What is the main advantage of passing argument by reference?
what is struts-config-xml?and its use?