| Thread | Last Post | Replies |
|
| reference books | 22 Mar 2005 11:24 GMT | 6 |
I'm going to attempt to start to learn Java using the Sun online tutorial, and/or a downloaded version of "Thinking in Java". Can anyone recommend a reference book which will supplement these? Thanks,
|
| stackoverflowerror | 22 Mar 2005 11:06 GMT | 6 |
I am using a recursive function which calls itself 100 to a milliion times or so. as a result i am getting the "StackOverFlowError". How can I solve this??? is it because of the JVM. i am using the latest version of JDK.( I dont remember its number). Kindly help !!
|
| comment on factory method coding | 22 Mar 2005 10:55 GMT | 3 |
i have a superclass 'A', two subclasses 'A1' and 'A2' and a factory class 'AFactory'. there is a method inside 'AFactory' called public static A createA() which returns an instance of 'A', 'A1' or 'A2' depending on the values
|
| Help with setting up J2EE | 22 Mar 2005 10:45 GMT | 5 |
I wanna teach myself Java and basically following all the instructions from Sun. I've downloaded and installed J2EE but having trouble getting it to start the default domain....It says exactly "Starting Domain domain1,
|
| Performance checker for Java | 22 Mar 2005 08:56 GMT | 2 |
I am looking for a performance checker for Java. It should say which methods uses how many percent of the CPU / Memory. I have worked with -Xhprof but that is not precise enough. Any ideas?
|
| Array with text as index? | 22 Mar 2005 08:17 GMT | 2 |
I am working on a program that accepts data from a web form like this: Parm Value Doug Doug Doug_age 40
|
| Develop with theBrain | 22 Mar 2005 07:51 GMT | 1 |
I want to incooperate theBrain technology into my Java project, but rare information about the topic could be found. Anyone could suggest some information or recommendations? Thanks! Regards,
|
| cpu cycles to create a variable | 22 Mar 2005 07:24 GMT | 7 |
which is faster where x and y are small numbers that don't take too long to count. if (string.length() >= x && string.length() < y) { ...
|
| know processes of system | 22 Mar 2005 04:46 GMT | 1 |
hi i want to know is it any possibility to know the running processes in the windows system by using java. Is java provides any api for the know the running processes of the system.
|
| Any way to turn off array bounds checking? (Matrix multiplication is so slow!) | 22 Mar 2005 04:44 GMT | 1 |
I am just starting to learn Java J2RE 5.0. I coded the matrix library below and found that the array accessing is really slow since each access is checked: http://f1.pg.briefcase.yahoo.com/bc/agascoig/vwp2?.tok=bccV1CVBYRRfg_eF&.dir=/Gu est&.dnm=ComplexDoubleMatrixJava.zip&.src=bc
|
| Binding to JNDI datasource - please help | 22 Mar 2005 04:35 GMT | 1 |
Hi all, I'm relatively new to JNDI concepts and need some help. I am writing a web app that accepts a variable specifying a jndi pooled connection datasource as a url variable. This is a requirement and cannot be changed. For example index.jsp?db=java:defaultdb
|
| NIO issues (repeating events) | 22 Mar 2005 03:40 GMT | 2 |
Salve. I'm working on an event-driven network system based on an NIO selector (for determining when an event has "fired"). The basic process is to register a SelectableChannel and a handler for that channel, which
|
| posting J2ee questions | 22 Mar 2005 03:07 GMT | 1 |
just a quickie, where is the appropriate discussion group to post any J2EE related questions? may i post one here or there's a group for that? ^_^ peace~!
|
| J2ME: OutOfMemoryError | 22 Mar 2005 02:51 GMT | 3 |
I tried to allocate new int[getWidth() * getHeight()] and got an OutOfMemoryError. Well, it's not that much memory, is it? :) Is this some ktoolbar configuration issue or something? Running with storage root DefaultColorPhone
|
| how to display excel files... | 22 Mar 2005 02:45 GMT | 1 |
hi guys...does anybody know how to display an excel file? i am using jxl to write to excel files..but i dont know how to use it to display an excel file... thanks...
|