No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
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, …
[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 …
Have you tried JDeveloper?
And don't forget to inclose your codes with codetag [CODE=java]Youre code here.[/CODE]
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
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 …
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 …
The End.
sukatoa