Forum: Java Dec 20th, 2008 |
| Replies: 5 Views: 561 Am sorry I may not be of full help now cause am also new i JAVA but let me give you the algorithm that came to my mind on this
import java.util.Stack;
read all the mathimatical equation into a... |
Forum: Java Dec 20th, 2008 |
| Replies: 8 Views: 1,540 Is there any class in java or a package that one can use to manage IP configuration.
I mean i was planing to develop a cafe timing application that allows people to bring in there computer system... |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 982 Have you thought if he was executing the wrong code since there will be two classes. I he said he had problem with classes, now he has two class and one does not have a main method. What would happen... |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 982 the second problem seems to be ok by me
to run the code simply use
javac TestGreeting.java
then
java TestGreeting
it should run with out any problem |
Forum: Java Dec 19th, 2008 |
| Replies: 13 Views: 982 the second problem seems to be ok by me
to run the code simply use
javac TestGreeting.java
then
java TestGreeting
it should run with out any problem |
Forum: Java Feb 23rd, 2008 |
| Replies: 0 Views: 432 I have the privilege of desiginging a J2ME game but i was tyring to see if it was possible to connect two or more mobile device using bluetooth so that instead of playing aginst the system, the... |
Forum: Java Oct 4th, 2007 |
| Replies: 4 Views: 1,793 hi i have a project to create an Expert System in the medical line the system should calculate Body Mass Index then check for some conditions like Under weight and Over weight and can precise... |
Forum: Java Oct 4th, 2007 |
| Replies: 4 Views: 1,793 am still hoping on some thing, the reason for the project password authentication without data base is to circumvent the security issue of password verifier being stolen on the server which can still... |
Forum: Java Oct 4th, 2007 |
| Replies: 3 Views: 793 am still hoping on some thing, the reason for the project password authentication without data base is to circumvent the security issue of password verifier being stolen on the server which can still... |
Forum: Java Oct 3rd, 2007 |
| Replies: 3 Views: 793 i have a project on password authentication, and i have simulated and already implemented two very secure algorithms but i also need any body who could assist me with developing a password... |
Forum: Java Oct 3rd, 2007 |
| Replies: 4 Views: 1,593 if i where to go by these i'll declear a an object of type JFreame lets call the object form ie
JFrame form;
in all the three class then i'll have a method that have a sructure like the one... |
Forum: Java Oct 3rd, 2007 |
| Replies: 4 Views: 4,084 before you move to the API i guess you need to really get a hold on what an array is, if i may put it in any way an array is just a contiguous memory for similar data types and almost all programming... |