| Thread | Last Post | Replies |
|
| "if" question | 10 Aug 2005 10:43 GMT | 6 |
Can someone tell me why the "if" statement will not return "Year is 2005"? ================================ public class StringMain {
|
| What's the best practice to synchronize file access under servlet environment | 10 Aug 2005 10:37 GMT | 4 |
Hi every body I am new to multi thread programming. Now I have to control multi request for multi file accessing(offcourse read and write) under servlet container.
|
| Does anyone use the RETARDED java listIterator ??? | 10 Aug 2005 10:27 GMT | 1 |
Or do people write their own. Why is Java so messy ? Why didn't they look at other languages before they started writing this dog's breakfast of a language?
|
| Use inner classes with State Pattern in Java? | 10 Aug 2005 10:04 GMT | 7 |
Any opinions for or against using inner classes to implement the State pattern in Java? In particular, this would mean making the abstract state class and its derived specific state classes all inner classes of the context class.
|
| Not leaving a method until a Thread has finished | 10 Aug 2005 09:01 GMT | 23 |
I have a method where a Thread needs to complete a task independently of another task outside my Thread on the main Event Dispatching Thread. However, I don't want to leave the method goTask() until the Thread t completes.
|
| Return with me to those thrilling days of yesteryear, with Dialog | 10 Aug 2005 07:58 GMT | 10 |
In the pre Swing days, Dialogs would accept input, but how did they get it back to the caller? Did the caller have to implement an acceptor interface for the Dialog to call or was there some easier way?
|
| XML Command Interpreter | 10 Aug 2005 06:32 GMT | 2 |
Not sure whether this question is in any way related to lack of caffiene in my blood, so I leave it upto you guys to decide. I have a UI that has a simple Table - User can create one, modify one by adding/deleting rows and columns, rename columns etc.
|
| png | bmp | jpg -> eps | 10 Aug 2005 03:56 GMT | 1 |
how to change image (png | bmp | jpg) to EPS??
|
| Semicolons inside a String | 10 Aug 2005 03:44 GMT | 3 |
How do I put a semicolon inside a string (ie so I can print out a string including ";"). I don't seem to be able to find any solution on the web, so I am throwing it out to the experts ;)
|
| Is there any java switchbar (not sure of the corrent term) component? | 10 Aug 2005 01:08 GMT | 4 |
Is there any java switchbar (not sure of the corrent term) component?
|
| A JDBC Question --- Deadloack | 10 Aug 2005 00:28 GMT | 7 |
I am writing an application with multiple threads to insert data into database. Each thread is responsible for inserting the data to the same table. While I run the application, sometimes I got the following deadlock exception. This exception does not happen very often, only
|
| help with java ticker | 10 Aug 2005 00:22 GMT | 12 |
If you can help me I'd be very grateful and you will be earning yourself some good karma. I am looking for a ticker that will read from a text file on my server, starting from the bottom line ideally and reading upwards. (or does
|
| small website for learning Servlets | 10 Aug 2005 00:11 GMT | 5 |
I am trying to learn Java Servlets on my own. And then I will move on to JSPs. However, to learn Servlets I think it would be a good idea to have a (very) small example website handy to read/study code and understand the concepts.
|
| Partial Search | 10 Aug 2005 00:02 GMT | 3 |
I have a HashMap that maps names to objects they represent. Client Code needs to search based on some string that cd be anywhere within the name? Whats the best way to achieve this ? FOr instance,
|
| MVS - Cobol-Java Out of Memory Issue | 09 Aug 2005 20:37 GMT | 4 |
We are trying to run a batch Cobol program which calls a Java code which is on the USS in mainframe. When we tried running the job using a few input hundred records everything goes fine, but when we tried running the same code with around a few thousand records (around 5000)
|