Computer Applications
Differentiate between parseInt() and toString() functions
Java Library Classes
72 Likes
Answer
| parseInt() | toString() |
|---|---|
| It converts a string to an integer | It converts an integer to a string |
| Its return type is int | Its return type is String |
Answered By
44 Likes