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’s the difference between constructors and other methods?
What’s the difference between the methods sleep() and wait()?
Difference between association, composition and aggregation?
Can a main method be overloaded?
Difference between == and .equals() ?
what is meant wrapper classes?
Why is string buffer better than string ?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What is lambda expression in java?
What do you mean by synchronized non access modifier?
please send me hr interview questions in it industry
Explain static nested classes ?
What are the steps that are followed when two computers connect through tcp?
What is java english?
For class CFoo { }; what default methods will the compiler generate for you>?