Archive for the ‘java’ Category

How to make a java program that gets average test scores?

Sunday, December 16th, 2012

I need help making a java program that will allow me to input 10 test grades into an array using a dialog box in one method. Then in a different method it needs to display the grades and calculate the average, highest, and lowest grade. I have no idea where ...

How to setup java runtime enviroment with Eclipse?

Tuesday, April 10th, 2012

I am new to Java and trying to learn it. I downloaded the program Eclipse which edits and makes java applications. When i try to open eclipse a message comes up and says eclipse needs java runtime enviroment to run. How do you fix this? Thanks in advance!

What level java do I need to start coding minecraft mod?

Sunday, April 8th, 2012

I want to learn java do I can code minecraft mods. And I just want to know what I need and how to learn minecraft code?

Monday, March 26th, 2012



How long does it take to learn the basics of coding java?

Sunday, March 25th, 2012

I want to know how long on average it will take to learn java?

How do I write a prime number generator in java?

Friday, March 23rd, 2012

I am supposed to write a prime number generator in java(my compiler is eclipse) that can identify and print out the prime numbers between 0 and a user supplied maximum and it is supposed to be a class with a method nextPrime. Any help would be appreciated!

How do I write a prime number generator in java?

Friday, March 23rd, 2012

I am supposed to write a prime number generator in java(my compiler is eclipse) that can identify and print out the prime numbers between 0 and a user supplied maximum and it is supposed to be a class with a method nextPrime. Any help would be appreciated!

How can I make random rectangles Inside one big rectanle in Java?

Saturday, March 3rd, 2012

Im trying to make a bunch of different smaller rectangles inside a big rectangle. Kind of having the big rectangle be the border and only smallers ones can be inside. Can someone show me how to do this in Java?

How easy is it to learn java programming?

Thursday, March 1st, 2012

I just want your opinion. I've never used java, how easy would it be to teach myself? Also I might want to take this up as a career. What kind of jobs offer programming. I'm hoping to get into some kind of video game programming.

From the very begginning, what are concepts I should learn in Java to program games?

Monday, February 27th, 2012

I want to eventually be able to program games in Java. If anyone could either give me a list of concepts I should learn to program games in Java, resources I could look to, and practice exercises I could try to eventually learn to program games in Java. ...

What is the code for java if i wanted to change the cursor from the usual pointer to the hand pointer?

Sunday, February 26th, 2012

What is the code for java if i wanted to change the cursor from the usual pointer to the hand pointer? (i'm using netbeans ide 7.0.1 by the way) i need the code. Please help me.

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

Trying to download Java but it asks me to pick a program to use to open file?

Tuesday, February 7th, 2012

Which program do I need to install Java? If not a program what should I do? It downloads but the installation process wont begin.

What development tools do I need to download in order to program java?

Tuesday, January 31st, 2012

I have a Java for Dummies book and it's pretty outdated. The links don't work anymore as it's about 7 years old. What development tools do I need to download in order to do some java programming?

What is the best way to learn Java Programming?

Tuesday, January 31st, 2012

Hi, I've recently become interested in learning to program with java in the Netbeans and/or Eclipse IDE and was wondering the best way to improve. I know very little right now but am eager to learn. If you think a different language would be more optimal for a ...

How to use java programs that use other java programs in a website?

Saturday, January 28th, 2012

I have a java applet that uses another java program for objects and methods. How can I put the java applet into a website and also use the other program? (the applet appears but does not successfully work without the other program) (both programs are java programs I have written).

How can we make a Java program that reverses a given five digit integer?

Saturday, January 21st, 2012

how do we program Java that accepts a five-digit integer into its individual digits and prints the digits, in reverse, separated from one another by three spaces each. for example, if the user types 78906 the program should print 60987. pls help, it's my first time taking up a programming subject.

What are the only things that can be declared in a Java interface? Be specific with full access modifiers and?

Friday, January 20th, 2012

What are the only things that can be declared in a Java interface? Be specific with full access modifiers and keywords.

How to convert desktop java program to mobile phone?

Thursday, January 19th, 2012

I have written a few programs using java in a program called eclipse. How can I make it so I can use the little programs on my nokia e71? They are mainly just converters, like kilometres to miles etc. I am making the programs in eclipse. How do I get it from eclipse ...