| Thread | Last Post | Replies |
|
| Do we need final parameters? | 14 Mar 2008 03:43 GMT | 11 |
I see some style gurus recommend using "final" on parameters that are not modified by the method. That probably includes more than 99.99% of all parameters, where the majority of the remaining 0.01% probably are
|
| basic question re: comparing chars | 14 Mar 2008 02:03 GMT | 5 |
I need to compare characters. Basically, the user will input a String. I need to make sure the last character of that string is "/". How would I go about doing this? I mean in terms of the actual syntax
|
| Get IP tomcat server | 14 Mar 2008 01:52 GMT | 5 |
I am using Tomcat and i would like to get the host IP from the servletContext object. Does anybody know how to get it ? Thank you for your help Best regards
|
| javafx with eclipse(SWT)!! | 14 Mar 2008 01:27 GMT | 6 |
Why is that any pop up menu activated on canvas.onMouseClick, does not open for another operation after clicking once.Here popupmenu.owner = canvas. Means, Selecting one menu once, does not make the menu open again.
|
| Null Pointer Exception when executing a Java software | 14 Mar 2008 00:31 GMT | 5 |
I am using a java software for my research. It was distributed as class files. The software takes a text file and do some computation then it outputs the results. For some text files, the software runs normally. However, for 2 files, the software outputs
|
| Diary of a Stripper. | 13 Mar 2008 21:37 GMT | 1 |
Hi, my name is Michelle, I'm 27, just left being a secretary to become a stripper, and looking for friends to talk to. I love meeting new people! I also have a blog where I talk about my life... http://missxxy.blogspot.com
|
| Daylight saving come up soon | 13 Mar 2008 21:31 GMT | 49 |
For North Americans daylight saving starts Sunday March 9. On daylight saving switch days, dont set your computer clock forward an hour! Instead, make sure your machine is configured to the correct time zone, and reset your clock from an atomic time source. It will
|
| Getting a field value in the calling class | 13 Mar 2008 17:17 GMT | 1 |
I have written two classes hoping to find out in run time the value of a field in the calling class. But my attempt resulted in a run time error. Anyone could help fix my code or suggestion? Thank you! Jan
|
| "value" to find a "key" | 13 Mar 2008 14:36 GMT | 6 |
Is there such a "Map" in java I can easily trace the key by its value, assuming the values are also unique ? John,
|
| Newbie Q: Fibonacci... how does this work? | 13 Mar 2008 13:04 GMT | 5 |
I've seen in many places the following code (or similar) to display the nth number in the fibonacci sequence via recursion: public class fibonacci {
|
| Resin - probably configuration problem | 13 Mar 2008 12:56 GMT | 2 |
I'm in need to save files (primitive cache) in my servlet. But when i'm trying to create such file, it is being created outside webapp working folder (in Resin startup folder), when i need it to create files in webapp folder. I've tried to set app-dir to appropriate path,
|
| JRE 1.6 update 5 - IE fatal error with -Xmx256M parameter | 13 Mar 2008 12:26 GMT | 3 |
I manage a web service with an applet. To easy some memory consuming actions, i have added a -Xmx256M parameter to the execution parameter of my current JRE (and i've done it for some of my customers). It has been working fine for monthes.
|
| Programming in java | 13 Mar 2008 10:49 GMT | 6 |
Hi friends happy to join with this group. i am Sat twenty, working in Bangalore asSr. Software Engg .. I am new to java programming. can this group help me to start programming in JAVA?
|
| I am new to this group | 13 Mar 2008 10:48 GMT | 15 |
hi friends happy to join with this group. i am Rasikwo Gnaniyar , working in Bangalore as Software Developer.. Hereafter can i send my doubts in java?
|
| Replicating a social networking site | 13 Mar 2008 09:10 GMT | 8 |
One of my friends wanted this to be done for him. He wants me to build a social netowrking site for him. I personally am not really into any social networking site, other than having been forced to hang around orkut for some time.
|