| Thread | Last Post | Replies |
|
| Cannot resolve symbol in Java coding | 19 Mar 2004 21:40 GMT | 4 |
I am new to Java and when I compile the following Java code (by typing javac CheckRepos.java), import java.io.*; import java.lang.Object;
|
| Ugh... initilization woes. | 19 Mar 2004 16:37 GMT | 5 |
I seem to have initilized myself into a corner. The code: public class PhoneNumber {
|
| Default value for Input on CL Dos Prompt? | 19 Mar 2004 16:37 GMT | 1 |
I would like to prompt the user, to enter a string ( byte[] actually ) but give them a default to accept. Is this possible ? There is very little written on the subject, but i did find the following thread (2 posts).
|
| Can somebody please help me | 19 Mar 2004 15:11 GMT | 3 |
How can I read the variable that is passed to a url like www.mydomain.com/test.html?SVAR=55 I want to access the SVAR variable and store it in the cookie, then retrieve
|
| Thread scheduling | 19 Mar 2004 14:56 GMT | 1 |
Hi, can anyone answer this one for me? If two threads go to sleep in quick succession for the same period, are they guaranteed to wake in the order they went to sleep? I keep coming across SCJP questions in a particular company's simulator which say that they do.
|
| Closing server thread | 19 Mar 2004 14:54 GMT | 1 |
I have listening server as child thread launched from small GUI (Start button). I make in this thread infinite loop with method select() from New I/O. How can i stop listening server ? When i make Thread.close() (deprecated) connection is still available (port opened). I try make
|
| program stops | 19 Mar 2004 14:27 GMT | 10 |
I have a multi thread simulation program written in java. In this program I use threads to simulate processes in a discrete event simulation. During program execution many hundred thousend threads are created, started and stopped.
|
| use of recursion to reverse strings from a textfile | 19 Mar 2004 14:12 GMT | 2 |
My goal is to learn java by doing. By reading different java source codes I tried to make a program what will read a textfile and print out the whole textfile in reverse order. I will try to use recursion for this.
|
| J2EE Explanation ? | 19 Mar 2004 12:44 GMT | 2 |
I've been using J2SE for a fair while and my eye has been taken off the ball somewhat with regard to J2EE. I see all sorts of buzzwords flying around like Tomcat, Struts, Servlets, JSP ...... Can any one point me in the direction of a good tutorial that pulls all these words into ...
|
| Inheritance question: adding functionality to a class. | 19 Mar 2004 03:46 GMT | 11 |
Hello everyone :) I am using the JavaMail API to access email, and wanted to add some functionality to the Message class. I am a total Java newbie, I finally buckled down and attended a class. This
|
| Problem with parsing xml | 19 Mar 2004 01:27 GMT | 1 |
I am using JDOM to parse an xmi 1.2 file. See below. When I build the root I get a NullPointerException. I have verified that the problem is with finding the tag UML:Model. I wonder if there could be a problem with the ':' character?
|
| servlet & getRequestURI() | 19 Mar 2004 00:52 GMT | 5 |
I have a question concerning servlets and the HttpServletRequest object. My scenario is that I have 2 HTML pages, A and B. When I submit on page A, control passes to a servlet which redirects to page B. When I submit on page B, the servlet passes to page A. And so on.
|
| Looking for a good beginner book | 18 Mar 2004 22:48 GMT | 2 |
Can someone please recommend a good book to me for beginning to learn java? Thanks you, Scott
|
| JOptionPane and mnemonics. | 18 Mar 2004 19:40 GMT | 1 |
I am using a lot of JOptionPanes in my swing application and would like to get mnemonics working on them. Any ideas are greatly appreciated. Thanks in advance.
|
| How do I change the application Symbol? | 18 Mar 2004 15:48 GMT | 8 |
I'm creating an application with Borland JBuilder and want to change the symbol of the created applicion, you see in windows explorer, how can I do this. I can only change the window icon with jFrame1.setIcon(icon);
|