SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

Introduction to Java

» Start this Course
(Practice similar questions for free)
Question:

Conversion of strings to primitive types

Author: Christian N



Answer:

Int valueI = Integer.parseInt("123"); double valueD = Double.parseDouble("123.4");


0 / 5  (0 ratings)

1 answer(s) in total