Home
Download App
Study Material
{{ shortTitle }}
Video Lessons
Practice Tests
Ask Doubts
Pricing
JOIN NOW
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
Related Questions
Define a wrapper class.
View Answer
Bookmark Now
Differentiate between isUpperCase() and toUpperCase()
View Answer
Bookmark Now
Differentiate between primitive type and composite type data
View Answer
Bookmark Now
int
res
=
'A'
;
What is the value of res?
View Answer
Bookmark Now