First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
weird issue with new lines
'm facing one weird problem with new lines if you have some spare time perhaps you can think about it... Doing some string manipulation with strings and when one String displays to stdout in Netbeans it looks like : INFO: sortedText=ad,ds,sadas,sadsdsadasdsdda,sd but however when I print that String to web ser... 22 Nov 2009 18:17
Hash table performance
I'm having trouble getting Java's hash tables to run as fast as .NET's. Specifically, the following program is 32x slower than the equivalent on .NET: import java.util.Hashtable; public class Hashtbl { public static void main(String args[]){ Hashtable hashtable = new Hashtable(); ... 25 Nov 2009 16:03
The future of Java
Interesting article on the future of Java: http://infoworld.com/d/developer-world/java-what-does-its-future-hold-978?page=0,0 -- And loving it, -Qu0ll (Rare, not extinct) _________________________________________________ Qu0llSixFour(a)gmail.com [Replace the "SixFour" with numbers to email me] ... 26 Nov 2009 06:27
difference between StringWriter and CharArrayWriter?
Does anyone know what the effective difference between StringWriter and CharArrayWriter is? I need a memory-backed writer from which I extract a String at the end. I see that there are these two choices, so I'm curious about their performance. I don't need concurrent access to the writer. Is there a clear pr... 20 Nov 2009 20:11
HYDROCODONE APAP AND ACETAMINOPHEN Info
[CENTER][SIZE="5"][COLOR="Red"][B]HYDROCODONE APAP AND ACETAMINOPHEN at [URL="http://www.HYDROCODONE-ONLINE.5x.pl"]www.HYDROCODONE-ONLINE.5x.pl [/URL] [SIZE="3"] [LIST] [*] Important information about Hydrocodone Apap [*] What is Hydrocodone and Acetaminophen? [*] Before taking Hydrocodone and Acetaminophen ... 18 Nov 2009 17:58
HYDROCODONE APAP AND ACETAMINOPHEN
[CENTER][SIZE="5"][COLOR="Red"][B]HYDROCODONE APAP AND ACETAMINOPHEN at [URL="http://www.HYDROCODONE-ONLINE.5x.pl"]www.HYDROCODONE-ONLINE.5x.pl [/URL] [SIZE="3"] [LIST] [*] Important information about Hydrocodone Apap [*] What is Hydrocodone and Acetaminophen? [*] Before taking Hydrocodone and Acetaminophen ... 18 Nov 2009 17:58
HYDROCODONE SIDE EFFECTS INFORMATION
[CENTER][SIZE="5"][COLOR="Red"][B]HYDROCODONE SIDE EFFECTS INFORMATION at [URL="http://www.HYDROCODONE-ONLINE.5x.pl"]www.HYDROCODONE-ONLINE.5x.pl [/URL] [SIZE="3"] [LIST] [*] Hydrocodone side effects? [*] What other drugs will affect Hydrocodone? [*] Important information about Hydrocodone? [*] What is Hydro... 18 Nov 2009 16:51
Idiom for forcing class loading?
Hi chaps, We have a class which does some setup in a static block that needs to happen early in the lifecycle of the app (this is a dubious design, but there you go - it's largely forced on us from without). Thus, it needs to get loaded early. We have an initialiser class which runs at a suitable time, so th... 26 Nov 2009 16:28
setJPEGEncodeParam method not found in JPEGImageEncoder jdk 1.5 and jdk 1.6
Hi, We are group of students working on college project. We want to capture webcam and show stream on screen. We are using JMF and class JPEGImageEncoder. Here we are getting setJPEGEncodeParam method not found error. Please see detail error message and source code attached below. Thanks in advance. Rega... 18 Nov 2009 13:27
JPA Composite-ID+ForeignKey =>SQLException: Invalid column index
Hi, I have a problem running JPA + Hibernate + Oracle, that I am not able to figure out. Here is a minimal test-case to demonstrate the error I get: I have a class, say B, with a composite-id of two columns. One of the id-columns is also a foreign-key to another class, say C. In Oracle: CREATE TABL... 16 Nov 2009 20:16
First  |  Prev |  Next  |  Last
Pages: 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86