Summary: i have a problem using java to create a program to determine if it is a prime or not. And also a palindrome code. Can you help me with this? ran ...
Summary: Hi, I have written a game in Java in which the player can move a character using WASD. The problem I am having is that every now and then one of they...
Summary: Hello, I'm trying to write a program in JAVA, to calculate the number of integer values entered as a string by the user and work out the average of nu...
Summary: Ya, you're probably not resetting the number each time they want to play. Also, how is the random number seeded? (Never used the random number functio...
Summary: hello, i have 2 text files, one is small (file_1: about 200 lines) and the other is fairly large (file2: 12 k - 20 k lines). file_1: tango 12 beta 256...
Summary: There is no method to determine that a number is prime except by trial division. There are plenty of probabilistic methods that check compositeness an...
Summary: hi people i am having a great problem in vb.net while trying to make a program about prime numbers. is there is any 1 who will provide me the code. th...
Summary: im having some problems with java. what i have is to chars and i wish to chang them to a decimal unicode so that i can then compair the two to see whe...
Summary: can any one help me with this code I have a problem in calculating average waiting time [code] /* fcfs.txt ******* 20 05 05 0*******************//* s...
Summary: hi, im trying to find a bit of java code that would randomly choose 3 numbers (0-9) then have the program so that i can enter numbers until the corre...
Summary: I'm writing a program in java to show a phone list. the only things needed are names and numbers. I've got the frame created and two panels, one to ...
Summary: I am supposed to write a function in MIPS that determines if a number is prime. The function should pass the number to be judged as an argument (throu...
Summary: i want to write a simple algorithm in java.. but i'm still not getting the idea how to do it.. i want to write a program that can convert a number int...
Summary: hi.. im quite new in java.. wondering if anyone can help me out. iv got users to enter a string of numbers using JOptionPane.showInputDialog. i then ...
Summary: Hi Everybody.. i m facing a problem with java mail api..actually i want to send the mails by using SMTP server in JSP across the Internet..so can anyb...
Summary: hey there im trying to manipulate files within java but haveing majour problems i can create a file but i cant delete it. that and im using a buffered...
Summary: I may be a little rusty in Java, but I think the problem is that you are manipulating a common array. In your for loop when you are instantiating your...
Summary: I tried it as well. But it doesn't help. Actually it's using the same font, no matter what I set. I also heard that it's a quite well-known problem th...
Summary: Im trying to compare two 'char' datatype in java, and am having problems, ive tried equals() and compareTo(), both dont work, any help would be gratly...
Summary: Hi I am writing a java applet, and i need to load photos into my applet. I am using the ImageIcon object to load my images, the problem is that i nee...
Summary: Thank you guys a bunch. I couldnt figure it out even if its too simple. No need then to have a special function to do that for you in Java. something ...
Summary: Hello all, I am doing this project in Java where I am to have three balls bouncing around in an Applet hitting off each other and off the walls. I de...