| Thread | Last Post | Replies |
|
| pass-by-value-result in Java method parameter? | 01 Aug 2004 23:03 GMT | 2 |
Java newbie. It looks like pass-by-value-result or pass-by-result method parameters are verbotem in Java. I'm STFW to make sure, but in the meantime: Are PBR and PBVR params unsupported in Java?
|
| [classloader] loading a class via specific classloader still uses the default sun... loader | 01 Aug 2004 22:32 GMT | 2 |
I'm getting very puzzling (at least to me ;-)) results when trying to load/ create a class via a particular classloader. Following the method used. I'm trying to get the DataBaseManager to load through the same
|
| Different compilers giving different results for the same source code | 01 Aug 2004 18:59 GMT | 1 |
Dear people, I'm currently reading the Portuguese translation of the 1st edition of "The Java Programming Language" and, on chapter 3, page 66, I see the following construction to store a reference of a superclass in a
|
| packages | 01 Aug 2004 14:20 GMT | 6 |
Suppose I have classes in c:\javacourse\resources\lab5\ I want to package all my classes in the folder c:\javacourse\resources\phase1 How do I do it.
|
| searching elements of an array within another array | 01 Aug 2004 11:10 GMT | 7 |
Is it possible to search using each element in a array, to see if it exists in another array? I have two string arrays, one is hardcoded, the other one is parsed from a XML file.
|