| Thread | Last Post | Replies |
|
| finalize() overhead | 09 Nov 2007 21:24 GMT | 23 |
I guess overriding finalize() isn't recommended too much because of it's adverse effect on GC performance. But I assume that if it's used a lot. You need finalize() for things like guaranteeing proper clean up of non-memory resources like file descriptors and
|
| LDAP ExtendedRequest Problem | 09 Nov 2007 21:04 GMT | 1 |
I want to call an extended operation of the LDAP Server, the modify password operation (RFC 3062). This extended operation expects an (optional) sequence of three strings. Unfortunately, it seems that the interface of ExtendedRequest is
|
| EJB3 Help needed: @PrimaryKeyJoinColumn not working | 09 Nov 2007 18:58 GMT | 2 |
I have to tables (FIELD and FIELDACCESS) in our DB that share the same primary key. There is a one-to-one relationship from FIELD to FIELDACCESS. I've read two accounts of how to setup the annotations to get this relationship to work but I haven't been able to get either
|
| Limiting a function's runtime | 09 Nov 2007 17:16 GMT | 6 |
Is there a way to limit how long a function runs for, similar to the timeout property for URLConnection? For example, the function is called getCompressedPrices(). It occasionally fails to return anything and freezes my application.
|
| Recursion counter | 09 Nov 2007 14:04 GMT | 10 |
I am working on a Recursive binary search algorithm (which probably still needs some tweaking), but I am interested in counting the levels of recursion encountered while searching for a particular element in a sorted array.
|
| random real number between 0 (inclusive) and 1 (inclusive) | 09 Nov 2007 11:43 GMT | 63 |
Hi.. I've been searching at the Internet, and in this newsgroup about this issue, but have not been able to find what I'm searching... What I need is to generate a lot of random real numbers between 0 and
|
| JNDI Database connection in webapp | 09 Nov 2007 09:28 GMT | 1 |
I have JNDI working with my Oracle 9i database using my server.xml file in my local Tomcat 4.1.27. Now I need to put my webapp on the server and I wont get access or be able to touch server.xml on the server.
|
| 7000+ beautiful Russian girls | 09 Nov 2007 09:07 GMT | 2 |
7000+ beautiful Russian girls http://groups.google.com/group/all-good-things/web/beautiful-girls-and-ladies
|
| about scjp material | 09 Nov 2007 08:20 GMT | 1 |
i'm going to get scjp 1.5 certification, i got some material which i already start prepared, but i heard that material from test king is more effective. do any one have it.
|
| my problem with the sending pictures to others | 09 Nov 2007 08:15 GMT | 1 |
I have problem with the sending pictures that when im send it to some body not appeares to them at all in the sending messages only the words can be appear thanks
|
| Problem with images | 09 Nov 2007 07:01 GMT | 2 |
I'm having a really frustrating problem with displaying images: the problem is that when I created a GUI (using swing) the images doesn't appears until I made the slightest change to the size of the window. For the image, I'm using a JLabel with the setIcon() method.
|
| BufferedImage Question | 09 Nov 2007 04:18 GMT | 1 |
In a BufferedImage of the type BYTE_INDEXED, what number corresponds to the color red? Thank you, -Paul Klemstne
|
| Revisit: List list = new ArrayList(); | 09 Nov 2007 03:04 GMT | 17 |
I saw some code go by today that was; Writer fw = new FileWriter(--- // since ... confuses some people I know we had a discussion the other day about; List list = new ArrayList();
|
| Eclipse Visula Editor | 09 Nov 2007 00:47 GMT | 8 |
I have installed Eclipse on my machine, and I want a GUI editor. So I looked on the web, and found Visual Editor. So I downloaded it, and unzipped the files in the Eclipse directory. The files are correctly located in the Eclipse/Feature and Eclipse/PLugins directory.
|
| static String access | 09 Nov 2007 00:17 GMT | 4 |
Is there a simple way to use a String which contains a text description of a static String object to access its contents? e.g. say s1 =getS1Value() could be "ClassA.x1" or "ClassA.x2","ClassB.x3" etc where we know that x1,x2, etc are all static Sting's.
|