Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
~767 People Reached
Favorite Forums
Favorite Tags
java x 5

4 Posted Topics

Member Avatar for javabeg123

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]

Member Avatar for stultuske
0
232
Member Avatar for gourav1

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

Member Avatar for stultuske
0
161
Member Avatar for kumaresen

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>

Member Avatar for peter_budo
-1
214
Member Avatar for hemanthjava

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]

Member Avatar for stultuske
0
160

The End.