Advertisement

1 - 10 of 12 containing alltags:("Java 5") (0.001 seconds)
I'm writing an application that at one point I have two BufferedOutputStream objects; one containing the data from System.err and the other System.out. I was reading and it said that if I use flush...
Zones: JavaDate Answered: 03/01/2008 Grade: A Views: 17
Is it possible to re-position back at the beginning of an Iterator o pass though a collection twice. Looking at the attached code I want it to pass though each case for each report in a batch. I pa...
Zones: JavaDate Answered: 06/09/2008 Grade: B Views: 0
I have some code that I took over and this line: Vector <Report> reports = new Vector<Report>(); is give me an error of: Syntax error, parameterized types only available if source level is...
Zones: JavaDate Answered: 04/05/2006 Grade: B Views: 34
I need to be able to order by a formula in a hibernate mapping. I am using criteria api. My mapping looks like this <hibernate-mapping>       <class entity-name= "A" name = "A"  table="B" lazy=...
Zones: Java, J2EE, FrameworksDate Answered: 09/27/2008 Grade: A Views: 172
I have a working java source(from getconnection and modify and update columns) which manuplicating data and update tables. I  have mind to call java sources or java classes rather than convert jav...
Zones: Oracle 10.x, J2SEDate Answered: 10/31/2008 Grade: A Views: 40
Hi again, experts! I have a simple code which is using a 2-dimensional array. The code is to get multiple numer of exam scores from a multiple numer of students. At the moment, I can col...
Zones: JavaDate Answered: 09/30/2006 Grade: A Views: 0
Anyone know how to automatically install java with kickstart (centos 5)? should I untar ? Dave
Zones: LinuxDate Answered: 02/04/2008 Grade: B Views: 17
I am trying to clean up some code that was generated for me using a code generator reporting tool. My project as 100's of these annoying warnings that state "Type safety: The method put(Object, Obj...
Zones: JavaDate Answered: 04/24/2008 Grade: A Views: 202
Hi all, We're using the chain of command design pattern and are in the process of creating a visualization tool for the commands. This allows us to see the execution path(s) the chain provides. ...
Zones: JavaDate Answered: 10/29/2008 Grade: A Views: 12
Im using a Jdbc-Odbc-Bridge to connect to an Microsoft Access 2000 Database. I am trying to insert a row with the executeUpdate method of the Statement. In return, i get an integer with the valu...
Zones: J2SE, MS Access, JavaDate Answered: 09/12/2007 Grade: B Views: 0