Answer Posted / niranjan sahoo
by using parsing methods of the respective primitive type like if we want to convert into int then use parseint() , if float then use parsefloat()...
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is communist flag?
Which class is the superclass for every class in java programming?
What is string subsequence method?
Which types of exceptions are caught at compile time?
How do you generate random numbers in java?
Is break statement can be used as labels in java?
Can static methods be inherited?
Can we declare a static variable inside a method?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
What are the features in java?
Explain implementation and how is it different from conversion?
What are the 3 types of loops in java?
Can you make a constructor final?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
How will you get the platform dependent values like line separator, path separator, etc., ?