| Thread | Last Post | Replies |
|
| Storing object references in an array | 20 Sep 2007 10:39 GMT | 7 |
I'm new to Java so bear with me. I want to store a bunch of object references in an array. Here's what I have: import java.text.DecimalFormat;
|
| Java Factory Handler | 20 Sep 2007 10:36 GMT | 1 |
As the principal engineer of an HTTP web server, you are responsible for implementing the request processing subsystem of the server. An incoming request for a specific resource, identified by an URI, must be dispatched to the appropriate handler according to the server
|
| JAVA process hang when expectts error stream from C++ application | 20 Sep 2007 08:57 GMT | 4 |
Hi friends, My JAVA program has to call c++ (kkk) application and JAVA opens 2 threads to read outputstream and errorstream from c++ application. See the code below). Since errorstream is expecting some data it hangs
|
| data lost issue using sockets | 20 Sep 2007 03:40 GMT | 7 |
I have an interesting issue with socket programming. I would like to send String based information via Sockets. As it could happen, that a part of the information gets lost on its way to the client, I would like to send before all such packages the
|
| programming a javachat | 20 Sep 2007 03:39 GMT | 4 |
I'm going to program a chat in java. In the beginning there will be 50-100 users - later maybe more. I think of making a multithreaded server that creates one thread per client connected. (other suggestions welcome )
|
| Requirement for Altiris Engineer @ Scottsdale, AZ --- from Neel (BeyondTEK IT) | 20 Sep 2007 03:38 GMT | 1 |
Could you please check the following requirement for an Altiris Engineer. Job Title: Altiris Engineer Location: Scottsdale, Arizona
|
| how to convert like aa_bb_cc to AaBbCc efficiency in java | 19 Sep 2007 20:02 GMT | 3 |
I want write an function to convert the abc_def_gh to AbcDefGh. What I thought was, but I think it is very unefficient
>>> code here: String[] nameWords = name.split("_");
|
| Java interviews and "prescreenings": Ask them to program for real. | 19 Sep 2007 19:55 GMT | 1 |
A good way to to measure Java programming Hands-On skills. The site really asks programmers to program and evaluates their solutions online. http://www.betterprogrammer.com
|
| Java objects from XSD? | 19 Sep 2007 18:11 GMT | 4 |
How can i generate java domain objects that represents XSD elements? I have tested jaxb and it generates too many things (annotations, statci classes inside, enums etcetera). I just need to generate classes with fields, getters and setter.
|
| xp netbeans 6 svn client not recognized | 19 Sep 2007 15:47 GMT | 3 |
I added svn binaries to the windows path and when i test it by opening a windows cmd console the svn client works but netbeans 6 doesn't recognize the svn client ?
|
| Just Starting Out | 19 Sep 2007 15:24 GMT | 2 |
Am just starting out using Java, what are the best resources to use to get the most out of this language?
|
| SMTPTransport chokes with >1 thread, >1 message | 19 Sep 2007 14:14 GMT | 1 |
I've been using the following piece of code for years to send e-mails from Java apps. It spawns a new thread for SMTP delivery and works nicely when I want to send a single message at a time. Unfortunately, it looks like this chokes when I want to send multiple messages, each
|
| A question regarding singly-linked lists. | 19 Sep 2007 13:48 GMT | 7 |
Here is some code. It reads in a line, then puts each token in that line into a list node. The problem is that it seems that the next token simply gets put into the data field of the head node. This is causing the .next to NEVER equal null and crashes JCreator. This list
|
| Q How to display Hindi text on JSP using Resource Bundle and properties file ? | 19 Sep 2007 10:12 GMT | 14 |
How to display Hindi text on JSP using Resource Bundle and properties file ?
|
| Chronometer | 19 Sep 2007 09:53 GMT | 4 |
I suppose this is kind of an easy question but I'm getting a hard time with it. I want to have a loop that breaks upon a normal condition and a time- condition namely to stop if the other condition haven't been met after
|