| Thread | Last Post | Replies |
|
| Changing key in HashMap | 22 Jan 2007 05:31 GMT | 4 |
I have a situation whereby I may have to change a key in a HashMap. Is there a better way to do this than to obtain the object associated with that key, put() a new entry in the HashMap with the old object and the new key, then delete the old HashMap entry? TIA, Ike
|
| Windows Startup | 22 Jan 2007 04:43 GMT | 10 |
Why would a .jar file not startup if a key was set in HKLM\Software\Microsoft\Windows\CurrentVersion\Run The location is correct...I have even tried to convert it into an exe using Launch4j and it wont start using a registry key..
|
| Handling exceptions | 22 Jan 2007 04:34 GMT | 4 |
Lets say i have this method int foo() { try { do something;
|
| AFCCG thread | 22 Jan 2007 04:16 GMT | 2 |
Help, there's a bug in my thread. The stud keeps winning. public static void main(String[] args) { AFCCG championship = new AFCCG(); Thread stud = new Thread(championship);
|
| GeneralPath 1.6 backward compatibility? | 22 Jan 2007 04:14 GMT | 5 |
as I found, java.awt.GeneralPath is not further backward compatible from Java 1.6+ since public final class GeneralPath implements Shape, Cloneable {...} (1.5) changed to
|
| A Site for u | 22 Jan 2007 03:29 GMT | 8 |
A Best Job Search Engine developed by the Youth for the Youth, Visit once and feel the difference. Already 2.5lakh Indians are using it, now its your turn. Visit www.hotcakejobs.com
|
| RMI little problem | 22 Jan 2007 02:24 GMT | 1 |
Hi I'm developing an application using RMI Technology but now I've a little logical problem. The structure of my application as a Server and two type of client: a ManagerClient and a UserClient.
|
| Need Help with Class | 22 Jan 2007 00:59 GMT | 4 |
Alright this is the deal. The class will compile but when I run it I receive java.lang.NoSuchMethodError: main Exception in thread "main"
|
| Compile and jar using ant | 21 Jan 2007 22:18 GMT | 5 |
I am new in this, please help. Is ant the right way to compile and jar for java? After I build the build.xml for compiling, what command should I use for building entire tree?
|
| RMI tutorial | 21 Jan 2007 19:45 GMT | 3 |
Does anybody know of a good online tutorial that deals with RMI. I have some Java experience but very little networking experience.
|
| What's the use of an interface | 21 Jan 2007 18:40 GMT | 11 |
I'm reading the http://java.sun.com/docs/books/tutorial/java/TOC.html tutorial and I'm passed interfaces, but I can't figure out what's so good about them. If I wanted to make all the methods, why don't I just make them instead of implementing an interface that seems to add
|
| Custom Data Structure vs. Primitive Array objects | 21 Jan 2007 17:35 GMT | 2 |
In last semester, I wrote a program for algorithm analysis class. It was critical to make the program to run as fast as possible. My first approach was making custom classes that can represent the required data model for the given problem. But, the program ran extremely slow with
|
| calling the constructor of a class from within the class in java | 21 Jan 2007 16:55 GMT | 4 |
i wanted to know how can we call a class' constructor from within the same class, without creating a new object. actually i have to refresh the whole thing that happens from the constructor.
|
| IDE for Java? | 21 Jan 2007 16:21 GMT | 20 |
I downloaded the Sun product, and find it feature rich but slow. Can someone recommend a more basic (freeware) IDE which will help a newbie without hiding every bit of code? I can program my way out of a wet paper bag in a few languages, but want to by-pass some of the learning ...
|
| Making a char a CharSequence. | 21 Jan 2007 00:18 GMT | 8 |
I am utterly confused. I'm used to programming in Python where I'm coddled with a gratuitous array of string methods and uses. They even had a way for input that wouldn't take more than a minute to learn. But I'm beffudled at how I can't make this simple conversion that I need to
|