what is differences between the methods next() and nextLine()?
what is differences between the methods next() and nextLine()?:confused:
You can give an example for it? :">
Re: what is differences between the methods next() and nextLine()?
Quote:
what is differences between the methods next() and nextLine()
4 letters ;) Seriously, next and nextLine of what? I presume you mean the class Scanner (Java Platform SE 6) or something similar...that link provides detailed descriptions of the methods. If you are still confused I recommend you write some code and play with the methods and see how they behave.
Re: what is differences between the methods next() and nextLine()?
Oh, I think I understand this problem. thanks for your help