| Thread | Last Post | Replies |
|
| enum and switch | 09 Mar 2007 23:06 GMT | 27 |
From the compiler complaints I guess this is not possible, yet.... ---------------------------- public class MyClass {
|
| method for randomly selecting boolean value | 09 Mar 2007 22:39 GMT | 1 |
hi plz tell me how to code a method that will randomly pick boolean value 0 or 1
|
| can java list file and sort it by modified time. | 09 Mar 2007 20:57 GMT | 2 |
Hi, I am looking for efficient api to implement "ls -lrt" command in java, Thanks in advance Regards,
|
| How to run a java program in a separate process using GUI button? | 09 Mar 2007 20:29 GMT | 3 |
I want to run a java program using a button on the GUI. I have used the following code try{ System.out.println("Inside execution");
|
| Revolving TextArea??? | 09 Mar 2007 20:28 GMT | 4 |
I have done several searches but the problem is I don't even know what to call what it is I want to do. Forgive me if this is super simple, I have only been doing Java for about a month. I have written a client/server application where the client sends
|
| Getting client IP address | 09 Mar 2007 17:27 GMT | 8 |
Is there a way, using java.net, to get the IP address of the client PC the java app is running. Fooling around wit it and I only get the localhost address 127.0.0.1
|
| *HELP* Creating a program that displays a 5-option menu. | 09 Mar 2007 17:00 GMT | 5 |
Hi again, Another problem. Whenever I try creating this menu using symbols, I get errors. Do I have trouble with declaring character variables? I don't know. If you have any input or know EXACTLY how to do this,
|
| two or more jvm in a single machine | 09 Mar 2007 15:29 GMT | 7 |
hi can there be two JVM in a single machine if yes please provide me the details
|
| In Swing GUI development, do you code by yourself or use power tools? | 09 Mar 2007 15:26 GMT | 1 |
In writing Swing GUI programs, I have seen people write the code line by line. I also found that there are a number of Swing GUI development tools available (some are free, some are not). Using those tools, you just need to drag a button, drop to the client platform, etc. And ...
|
| File Comparison in Java Struts | 09 Mar 2007 14:12 GMT | 2 |
How can i make a functionality of File Comparison using Java Struts??? And also is there any already built software like this in Struts? Thank You.
|
| Capturing the state of keyboard modifiers on startup | 09 Mar 2007 14:02 GMT | 12 |
Hi Nutcrackers! Here's one interesting problem for you. I need to check the state of the modifiers during the startup sequence of the application to see if some special action should be taken. Imagine holding CTRL for the
|
| Manual deploy JSPs | 09 Mar 2007 13:50 GMT | 1 |
We've been doing some hunting online to see how we might be able to change our deployment process for our J2EE applications. Wer have an ANT script which does the build and deployy, but we are specifically wanting to look at manually deploying a set of JSPs on a regular basis
|
| Does Eclipse has Swing GUI Builder? | 09 Mar 2007 13:23 GMT | 2 |
I have heard that NetBeans has Swing GUI Builder. How about Eclipse? Eclipse is very big and popular. It should has it. But I have never found in it. Could you give me some information? Thank you.
|
| Is Set faster than List | 09 Mar 2007 11:25 GMT | 7 |
is Set faster than List for most of the operations? I implemented prime number Generation by "Sieve of Eratosthenes" algorithm. One method uses List other Set. After Benchmarking both the algorithms, I find that List are faster than Set for if the number of elements to be
|
| Passing a null value to a stored procedure from Java (DBMS_SQL.Varchar2_Table) | 09 Mar 2007 10:40 GMT | 3 |
Can anyone tell me how to pass a null value as IN parameter to a PL/ SQL stored procedure? E.g: PROCEDURE sendMessage(p_tuIds IN DBMS_SQL.Varchar2_Table) (...)
|