| Thread | Last Post | Replies |
|
| What is the difference between element and component? | 27 Sep 2005 22:13 GMT | 6 |
In Vector class there are methods: boolean add(E o) Appends the specified element to the end of this Vector.
|
| generating a file from an output? | 27 Sep 2005 19:04 GMT | 3 |
is there a way i can have my program generate a file from output? i only know how to have it print out btw thanks all of you who helped me earlier
|
| HELP: anyone know RFax library??? | 27 Sep 2005 18:52 GMT | 5 |
I'm trying to use RFax library, but I've a problem sending Fax. Can anyone help me? Thanks!
|
| Can I pass a dynamic argument to Java Web Start? | 27 Sep 2005 18:37 GMT | 3 |
Is it possible to pass a simple but dynamic value from the intranet web-server to a Java Web Start application (jnlp) being hosted? I would like to be able to share/reuse a session token. Thanks in advance,
|
| ThreadLocal(Help) | 27 Sep 2005 13:09 GMT | 1 |
Is anybody who can help me to understand the meaning of ThreadLocal. I read 3-4 times the ThreadLocal class but didn't understanding where we can use ThreadLocal class and what is the meaning of get method which says "Returns the value in the current
|
| Embedded Tomcat and Spring | 27 Sep 2005 11:42 GMT | 2 |
I have an application that has embedded within it Tomcat 5.0.28. The two portions are logically separated, but share some common objects. The embedded Tomcat system is used for configuring the application. I use xDoclets to generate Spring XML context files for the application
|
| Is there a MAX_INT? | 27 Sep 2005 10:54 GMT | 4 |
Hello. I'm moving over to Java from C and I was wondering if MAX_INT is defined somewhere in the Java language. I ask because, I tried to run a loop until MAX_INT, but the compiler said it could not find a definition for MAX_INT. Do I have to import something? Thanks for ...
|
| constructor with more than 255 params | 27 Sep 2005 09:37 GMT | 30 |
My code MANDATES me to use 300+ params in the constructor. The java code which is generated via IDL gives compiler problems. Cna anyone suggest what can be done if contructor needs to handle more than 255 params?
|
| What is wrong with this method call?? | 27 Sep 2005 08:11 GMT | 5 |
I am new to Java and also new to this google groups. I am trying to create a program with java but I am having some errors. Here is the code, so please if you can give me an advise I will thank you a lot.
|
| compiler complaining about non static method in static context, but it's not | 27 Sep 2005 03:08 GMT | 14 |
i've got a non static method called doAlertWithCmdButton in my mainMIDlet class. when i try to call it from another non static method in another class, i get compile errors telling me i can't call doAlertWithCmdButton cannot be referenced from a static context, but it's not a ...
|
| UrlConnection.getInputStream() returns object - performance degradation | 26 Sep 2005 22:34 GMT | 5 |
I am using UrlConnection.getInputStream() to read stream of objects from a servlet and using ObjectInputStream to handle the inputstream. However the performance is much slower than expected. I expected the output to be in fraction of seconds, but it takes more than a minute.
|
| I need some help with accessing a class | 26 Sep 2005 19:03 GMT | 6 |
i am doing a homework assignment and i need to send a string, into another class that's located in another file, but it's all in the same package. I am not sure how to do this.
|
| alternate to the string tokenizer | 26 Sep 2005 18:01 GMT | 4 |
Hello, all I was wondering is there a alternate to the string tokenizer class. I basically want to make a program that prompts a user to enter a few words in a sentence( each word will be spaced) Then to display each new word before
|
| Daily Java News and Articles | 26 Sep 2005 13:31 GMT | 1 |
Stay informed with Daily Java News and Articles from 100+ sources in one central place. YOu can view the latest and last 7 days news and articles, you can also view older news and articles as far back as 2002.
|
| [Question] Real time java | 26 Sep 2005 09:20 GMT | 4 |
I'am looking for a free implementation of RTSJ's specifications. Do you jnow where i could find this ? Thanks gil
|