KnowledgeBoat Logo

Computer Applications

Differentiate between parseInt() and toString() functions

Java Library Classes

68 Likes

Answer

parseInt()toString()
It converts a string to an integerIt converts an integer to a string
Its return type is intIts return type is String

Answered By

43 Likes


Related Questions