| Thread | Last Post | Replies |
|
| Batch Insert with duplicate key | 12 Dec 2006 19:23 GMT | 3 |
any one knows how to do a prepared statement batch insert, and when you get a pk exception instead of breaking the batch, keep going with the rest?
|
| respond ASAP | 12 Dec 2006 19:21 GMT | 2 |
City: FLORHAM PARK State: NJ Project Information Job Title: Application/SW Development/Support
|
| Research question | 12 Dec 2006 19:01 GMT | 2 |
My apologies if I posted this in the wrong forum. I'd like to create a Java program that accepts and decodes H.264 streams. My current understanding is that support for this codec, especially in Java, is nonexistent. I'm aware of a low-level C/ASM API
|
| viewing local variables while debugging | 12 Dec 2006 18:38 GMT | 2 |
While debugging, How would you make sure that you can view the local ('auto' qualified) variables in your debugger's variable window? I know of a couple cases where the local variables aren't available for debug viewing:
|
| Get file path from the client | 12 Dec 2006 17:20 GMT | 2 |
I am not a Java programmer and I have a question about a web programming scenario in Java. Can you please tell me if it is possible for the server to retrieve the file name and path of a file selected by a user on the client machine using the Save file dialog control built
|
| C2J Linux download version ? | 12 Dec 2006 17:06 GMT | 2 |
Where could i found an tar or RPM C2J version ? (C to Java Converter) ? Regards Philippe
|
| Networking (ccna & ccnp) Interview Q & A , Exam Materials | 12 Dec 2006 16:45 GMT | 2 |
Frenz, Hope all r fine, Networking Materials for Beginners,.. Below sites are too usefull for Networking students..Plz reply u'r comments about tis site coz i want to improve my site to provide more materials abt N/w-ing
|
| database viewer? | 12 Dec 2006 13:14 GMT | 1 |
Does anyone know of a product that will allow people to basically query a databasee based on the fields that are in the database? Basically we're looking for a good solution that will build an sql query (via jsp) on an html form, and output all of the rows in the
|
| Does Javac converts class into .h files | 12 Dec 2006 12:26 GMT | 11 |
What does Javac does to a Java Class? I heard it generates .h files Does it convert Java Program into a C Program Any help will be expected. I am considering converting a Java Program into C Program to increase its efficiency.
|
| Convert BufferedImage from DirectColorModel to IndexColorModel | 12 Dec 2006 09:00 GMT | 4 |
I want to be able to save to gif using ImageIO. For this I need to convert my TYPE_INT_RGB BufferedImage to a TYPE_BYTE_INDEXED BufferedImage. How can this be done using the quantization algorithms discussed in javax.media.jai.operator.ColorQuantizerDescriptor.
|
| Java NIO Strategy | 12 Dec 2006 07:29 GMT | 25 |
Does anyone have any good strategies for maintaining which read goes to which request? For instance, I am making a file/chat server and obviously clients who have more than a single flow from the server would need some kind of multiplexing scheme. If one client had two file
|
| Getting calling className in Java.Util.Logging.Logger | 12 Dec 2006 07:13 GMT | 3 |
I'm using Java 1.5 and I'm using Java's Logger class for logging. I would like to know how to get the className and methodname of the calling method for logging(like log4j does). For e.g., if I'm calling the log method from method a of class B, then the log message should
|
| Variable Length Argument List with Tomcat/JSP fails to compile. | 12 Dec 2006 05:47 GMT | 3 |
I have a method that takes a variable length arg list: "testmethod(int...in)". Using this method from a 'regular' java program (i.e. via 'main') works just fine, but when invoked from Tomcat/JSP I get an error:
|
| String comparison - which way around? | 12 Dec 2006 05:26 GMT | 23 |
Which is best? String str = "hello"; if("hello".equals(str)) or
|
| Java 6 Release Today - fyi | 12 Dec 2006 03:45 GMT | 4 |
http://java.sun.com/javase/6/ http://java.sun.com/javase/6/docs/api/ Anyone know off hand the primary differences in 5 and 6?
|