| Thread | Last Post | Replies |
|
| XML Schema problem...Thanks | 06 Jun 2006 03:04 GMT | 1 |
If I want to assign different value to different versions as the followings: <versions> <version>
|
| plugins | 06 Jun 2006 02:33 GMT | 3 |
We have a summer student project here and part of that project is to build a plugin. (A plugin "a la" a sound player. The player needs to be "plugged in" for a "session" automatically and do something with data. (I won't go in all the details)
|
| Roedy? | 06 Jun 2006 01:18 GMT | 4 |
Anyone heard from Roedy? He hasn't updated his site or posted here in days I'm worried about him
|
| hash | 06 Jun 2006 00:54 GMT | 9 |
in perl i have the following code, foreach $word (@words) { # Loop over each word $hash($word)} ++; # Increment the hash counter for each word }
|
| simple client and personal database? | 05 Jun 2006 21:52 GMT | 3 |
hi there well i need to build an application that will with in its work will store some user's information in a database in order to use it later the nature of the application implies that it should be protable, i
|
| JAI Processing Multipage TIFF Fax | 05 Jun 2006 20:51 GMT | 1 |
We have workflow process that was written in power builder that we are converting piece by piece to java. The function I am working on takes a inbound fax and separtes the pages for submission into the workflow process. I'm having a problem with the format of the resulting tiff
|
| JBoss IPv6 Support | 05 Jun 2006 20:11 GMT | 1 |
Has anyone found a page or document that says whether or not JBoss 4+ supports IPv6? Thanks.
|
| final, private | 05 Jun 2006 19:58 GMT | 1 |
Suppose I dont want to inherit my super class methods in the sub class, here I can write all my methods with final, instead of this if I can declare all the methods are private in this case also these are not inherited, what is the basic difference between these two, where we use
|
| A simple question for Abstract Class | 05 Jun 2006 19:25 GMT | 25 |
I am confused about Abstract Class. I know Abstrac Class is a class contains > 1 abstract methods. I know Abstract Class can only be used as a base class and cannot have instances of it. What I am not clear is: if A is the abstract class, which has two
|
| SCJP exam ? | 05 Jun 2006 19:22 GMT | 12 |
New to Java stuff. How many exams are required to become SCJP? And what are the exam ?
|
| final, private | 05 Jun 2006 19:03 GMT | 3 |
Suppose I dont want to inherit my super class methods in the sub class, here I can write all my methods with final, instead of this if I can declare all the methods are private in this case also these are not inherited, what is the basic difference between these two, where we use
|
| Student Assignment | 05 Jun 2006 18:43 GMT | 13 |
I'm "helping" (?) some high school students with their entry-level computer science course. They need to write a class file that goes with the following client file. The final grade is determined by the sum of the higher of the students's two test scores and the exam. Offhand, I
|
| Major array problem | 05 Jun 2006 17:28 GMT | 6 |
Why does this method alter the array "double[][] A", if the only one whose elements are being set is "double[][] C" ? Help would be very appreciated static double[][] prueba (double[][] A,double[][] B){
|
| Please help me with this application!!!!! | 05 Jun 2006 17:13 GMT | 2 |
Hy guys, i've developed a JSF application that allow user to upload a file. I've used Myfaces extensions to do it as exposed in an article http://www.onjava.com/pub/a/onjava/2005/07/13/jsfupload.html?page=1
|
| problem with file access in other computer in jsp | 05 Jun 2006 16:45 GMT | 1 |
I have problem with file accessing in other computer in jsp. The follow code File folder=new File("Z:"+File.separator+"sharefolder");//Z is a net share driver
|