| Thread | Last Post | Replies |
|
| Publishing a midlet | 21 Jun 2006 11:35 GMT | 2 |
I made a midlet, a tetris clone, which I want to publish on a website. Is there a website available where free midlets are distributed? (And can be downloaded to mobile phones). Best regards,
|
| DAO interfece question..Should interface throw Exceptions? | 21 Jun 2006 02:58 GMT | 2 |
I'm working on a fairly simple application that needs a simple data access object. I've created an interface that describes the DAO, but my problem is the SQLException. My interface dosn't declare an SQLException to be thrown, but my
|
| What I need to ask my host provider for Java web start ? | 21 Jun 2006 01:11 GMT | 3 |
At this moment my site is on myjavaserver so java web starter works fine. But, I was wondering if my site will grow I will need more space, so what I need to looking for installed on some local web hosting provider ?
|
| Problem to download a file from 2 browsers at the time | 21 Jun 2006 00:19 GMT | 3 |
I have this JSP that download an excel file. It works fine if I use only one browser at the same time. The problem is when I try to do this but from 2 browsers at the same time. From each browser I can download a part of the file but not the
|
| Porting code that uses in/out string parameters | 20 Jun 2006 18:06 GMT | 3 |
as a java beginner who has googled a bit on the pass by value/reference and immutable issue with java paraemters, i wonder how to implement (or most conveniently replace) following function:
|
| what are Serializable classes? | 20 Jun 2006 13:26 GMT | 3 |
what are serializable classes ? what is the effect after they made serializable.? please explain ..as i read so much text ..but couldnt understood it.
|
| JDBC: Problem with execution of SQL Statement | 19 Jun 2006 22:42 GMT | 2 |
A simple JDBC program is given below: import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet;
|
| Comparing Dates in JSP | 19 Jun 2006 18:50 GMT | 8 |
I'm fairly new to this so please excuse my ignorance. What I'm trying to do is compare a date coming from a html form to the current date and setting a limit on that date to only allow a date that is two months old or newer.
|
| Check if your IDE properly syntax-highlights this code. | 19 Jun 2006 18:30 GMT | 16 |
<code> String foo = "\u0022; //Hello </code> The above code should be exactly equivalent to:
|
| Calling a Button in another Button | 19 Jun 2006 07:26 GMT | 1 |
I have made a program that has two buttons. One of the buttons calls over half of what the other button does. I was not sure how to make one button call another button and harness all of the data so I copied all of the code from the first button and then add some code for the second
|
| card shuffling error | 19 Jun 2006 05:11 GMT | 2 |
I am relatively new to java programming and I am working on a card project for school. I had finished and tested every method with error in my Deck class. However, in the time it took to pick up dinner it is now producing errors. I would greatly appreciate anyone input and help.
|
| Install Java on Linux | 18 Jun 2006 23:59 GMT | 3 |
I have downloaded the Java SDK 1.4 on Sun web site, I have successfully installed on one machine, with all the paths being set, that's fine. If I want to install on another machine, with the same config, is that I just need to copy the folder and set up all the paths? No need to
|
| Parse a very-large-xml file using Java? | 18 Jun 2006 20:51 GMT | 1 |
In perl, TWIG can be used to parse giga-bytes XML file, in Java, which library should I use? Thanks...
|
| Double to Int and back | 18 Jun 2006 14:51 GMT | 6 |
I have a double value d1 and an int value i1. I want to multiply them together and get a double value. I then want to convert the resulting double value to int. How can I do that?
|
| Bug using Runtime.getRuntime().exec and Perl | 18 Jun 2006 14:16 GMT | 3 |
The following program prints four elements: {A,xB,xC,x} But I want three elements: {Ax,Bx,Cx}
|