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
What is a percentage sign called?
Why does java have two ways to create child threads?
Can finally block be used without a catch?
What is r in java?
What function extracts specified characters from a string?
What is the difference between the ">>" and " >>>" operators in java?
What is the use of toarray () in java?
What is method overloading in JAVA? Why is it not present in C ?
What is string syntax?
Is java platform independent?
Explain the access modifiers for a class, method and variables?
Is nullpointerexception checked or unchecked?
Write a function to print Fibonacci series and Tribonacci series?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What are the important features of Java 8 release?