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

8 Posted Topics

Member Avatar for slyfox

You may initialize an array inside your main class together with your methods. int primenumber[] = new int[max capacity of your array]; You can directly access every element of your array inside your main class. (It would be nice you implement it with set method) After printing a prime number, …

Member Avatar for Ezzaral
-1
223
Member Avatar for rroky

[QUOTE]cannot read: Wecome.java. and if i type java Welcome it will give this error Exception in thread "main" java.lang.NoClassDefFoundException:Welcome[/QUOTE] Wecome and Welcome is not the same... For humans, it is understandable, but for Machines, they don't accept it. If you just mistyped it, Here is the last option, If your …

Member Avatar for divya bangroo
0
1K
Member Avatar for MxDev
Member Avatar for javauser215

And don't forget to inclose your codes with codetag [CODE=java]Youre code here.[/CODE]

Member Avatar for javauser215
0
3K
Member Avatar for terence193

Don't forget to download the [URL="http://java.sun.com/javase/6/docs/"]Java-Core API documentation[/URL]. It is useful. Using IDEs might confuses you as you are learning java, instead, use notepad. Regards, sukatoa

Member Avatar for javaAddict
0
134
Member Avatar for comjisu33
Member Avatar for USUAggie

Your hangman program runs well in my machine.... Testing your applet just after you have uploaded it on the host may come-up with that problem. Bec, the file that have been uploaded may still on the process at that time. have you enabled your java? What JRE version are you …

Member Avatar for sukatoa
0
151
Member Avatar for sukatoa

Is there a code in assembly that is similar C like sleep(milliseconds)? Is there also a code in assembly that is similar also to C, clrscr()? I like to add that to my code that will be passed tomorrow... but i have no idea!!! Can you advice me where to …

Member Avatar for sanzilla
0
120

The End.