Answer Posted / akshya kumar
using the wrapper classes, by using the function in
following way:
int i_var = Integer.parseInt(string_var); //and as in
answer #2
Integer, Float, Long are wrapper classes predefined in JAVA
with methods parseInt(), parseFloat etc respectively.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which software is used for java programming?
How to use string tokenizer class.
What is JFC?
Is java type safe?
How are this() and super() used with constructors in java programming?
What does java edition mean?
What 5 doubled?
Can a list be null in java?
What is an escape character in java?
When do I need to use reflection feature in java?
What is java oops?
What is java used for on a computer?
What are format specifiers in java?
What is the importance of hashcode() and equals() methods?
What does s mean in regex?