No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Re: Add the following tweak in your while loop and you will be good to go [CODE]if (length > maxLength) { longName = name; [B]maxLength = longName.length();[/B] }[/CODE] | |
Re: In case if you really want to practice some snippets before you try your hand at SCJP (sorry read as OCJP) certification, you can try so at <URL SNIPPED> I stumbled upon this website and it really helped me in testing my knowledge | |
Re: Is this your homework? I would advice you to post some self written code first before you ask for help. This would give assurance that you have atleast given a shot and are not looking for an easy way out. <URL SNIPPED> | |
Re: I know the thread is a little old, but in case if someone still refers it. you can find some nice practice questions [URL="http://javaconcepts.in/category/tutorial/"]here[/URL] |
The End.