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 #25.0K
Ranked #4K
~791 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

5 Posted Topics

Member Avatar for pateldeep454

You have to call it as [ICODE]int count[] = LetterHist.letterHist ("afayafkhkFFGhjk");[/ICODE] Read this link on static methods in Java, it describes how to use static methods. [url]http://leepoint.net/notes-java/flow/methods/50static-methods.html[/url]

Member Avatar for svfox2000
0
361
Member Avatar for shahab.burki

Since you're always reading in 5 things at a time, read in the first five things from the file and store them in the structure, then traverse the linked list to the next node. You don't need any of this "if i == 0" business or any of those other …

Member Avatar for jephthah
0
111
Member Avatar for ceyesuma

[QUOTE=ceyesuma;1189988]Is there any way to get this exception from properties so I can pass it to a JOptionPane?[/QUOTE] You can't pass an Exception to a method. The point of an Exception is to signal that something went wrong and to give the person who called the method the opportunity to …

Member Avatar for ceyesuma
0
129
Member Avatar for n_joan

You can use the Java reflection API to do this, but you're probably over-complicating your project. [url]http://java.sun.com/docs/books/tutorial/reflect/member/fieldValues.html[/url]

Member Avatar for n_joan
0
125
Member Avatar for AdamWolf

A homework question with an incredibly easy answer. But you should not expect others to write that answer for you.

Member Avatar for Tiger Woods
0
65

The End.