What are the orgins of the terms "parse" in java?
In java I noticed there are methods associated with conversion of strings
and those methods sometimes use the word "parse" in the name of the
method. For example the static method,
static int parseInt(String str)
is used to convert a string into int. My question is this. Is "parse"
short for another word? Is is just a random word or did it come from
somewhere else in some other context?
No comments:
Post a Comment