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 |
Can we make the abstract methods static in java?
What is a nested class?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What is dynamic binding?
What is Java Classloader?
1 Answers Phantom Technologies,
What is the difference between static synchronize() metod and synchronize() method?
What is externalizable?
can we create a instance for intwerface?
how many types of cloning?
What is difference between equal and == in java?
What is meant by serialisation and deserialisation?
Can we use return in constructor?