| Thread | Last Post | Replies |
|
| related to the lossdue to precisions. | 15 May 2006 16:36 GMT | 2 |
Sugest me certain ways through which i can Minimize the losses due to the precision of floats and double . Thanx in advance.
|
| code to large for machine-generated code | 15 May 2006 16:25 GMT | 38 |
is there some way how to persuade the javac compiler to accept very long methods? No, don't worry, I'm not writing this kind of mess. The code in question is the result of a meta-compilation from another language, and it turned out that this compiler generated a pretty long java ...
|
| Integer to Floating-Point conversions | 15 May 2006 16:21 GMT | 10 |
I need an int to real32 conversion with IEEE-754 round-towards-zero mode ... That means, a method x, so that int i = 44554435 float f = x(i)
|
| constructor style? | 15 May 2006 15:26 GMT | 5 |
A quick question about constructor style: Which do you prefer, independently built constructors or nested constructors? eg.
|
| ResultSet and fetchSize() | 15 May 2006 14:59 GMT | 10 |
I'm trying to determin the cardinality of a resultset from a mysql database, but the method fetchSize() returns 0 (zero). I know there's data in the database, so this result is not correct. Is there other ways to retreive the cardinality other than fetchSize()?
|
| Set Locale inside the program | 15 May 2006 14:32 GMT | 11 |
Hi@all, I wrote a program which contains a ProgressMonitor showing the progress of the job. Since my computer's default locale is Germany, the titel and button of the ProgressMonitor are in German("Fortschritt" and
|
| difference between java and javax package | 15 May 2006 13:55 GMT | 1 |
can you tell me the difference between java and javax pacakge
|
| code for adding browse button to webpage | 15 May 2006 13:51 GMT | 2 |
I need to add a browse button to my webpage which has the same functionality as that of the Browse button in windows application. Is there any particular Java API for same, or can it be done using javascript
|
| JNI (Win32), GetComponent, GC | 15 May 2006 13:01 GMT | 1 |
Hi, and sorry for the poor english. I create a native (win32) thread in a java process (by code injection, with the CreateRemoteThread-LoadLibrary trick). Next, I use the folowing APIs :
|
| netbeans 5.0 JTable | 15 May 2006 12:48 GMT | 1 |
How do you change the table model in netbeans; I can see it in the gen. code but cannot find a property under code gen. to change this Thnaks for any help
|
| Free Dictionary German | 15 May 2006 12:36 GMT | 6 |
I like to implement a little SpellChecking Tool. Therefor I need some kind of free dictionary API that contains all possible german words. Does anybody know where to get something like this? Thanks!
|
| Common file which contains scriptlet code... | 15 May 2006 11:58 GMT | 1 |
I have around 3 webpages which use the same scriptlet code. Hence the code is repeated. Can i put the common code in a file & include the file. Similar to a *.js file where you can put your common javascript code.
|
| SAPDB JDBC | 15 May 2006 09:06 GMT | 1 |
I'm looking for a SAPDB 7.4 JDBC driver which correctly work wich european charakter coding (ex. cp1250). thanks in advance GG
|
| Finding is a given date is a month end date?? | 15 May 2006 07:02 GMT | 10 |
Can anybody tell me how to find if a particular date I fetch from the DB is a month end or not??
|
| iterator does not return objects properly | 15 May 2006 03:45 GMT | 2 |
Whenever I do: Iterator KeyIterator = KeySet.iterator(); while (KeyIterator.hasNext()){ Attack ReturnedAttack = (Attack)
|