| Thread | Last Post | Replies |
|
| Iterating over select available threads | 12 Mar 2006 23:46 GMT | 3 |
Hi, I have some new experience with threads and collections and servlets and am now looking at a way of throwing the three together. I have a program that currently fires off threads at random intervals and does some stuff, and holds some information individual to each thread.
|
| Input/Data Stream Help | 12 Mar 2006 22:37 GMT | 4 |
I have a program that outputs text. I want to modify it to use a data stream that can be read by another program. How do I go about this? Are there any online guides where I can learn this? I have looked around, but haven't found anything useful as of yet.
|
| string pattern replacement | 12 Mar 2006 22:06 GMT | 9 |
I'm trying to find instances of a period separating two words with no space within a string, and replace such periods with a space. For example, if I give it this string: "I'm a string. With.some.period.separated.words"
|
| effects of "final" in parameters | 12 Mar 2006 21:35 GMT | 40 |
Hei Just a quick question. ex. testFunc(final String elems)
|
| String value -> enum constant?? | 12 Mar 2006 21:29 GMT | 6 |
I have an enum like this: public enum GRADE { ONE, TWO, THREE }
|
| Is there a NaN for non-double numbers? | 12 Mar 2006 20:49 GMT | 6 |
i am trying to write some kind of registry that internally stores values as strings. I wanted to provide some convenience methods which allow to retrieve property values as int or float. <code>
|
| Using a button in web page | 12 Mar 2006 19:49 GMT | 5 |
I'm creating my web site, showcasing some small java applets and VB\C++ COM files I've been working on (with the JDK1.0).. how do I use a URL with the button to make it take the user to the next page? Basic, yes, but again, the text I have does
|
| redistribution of jdbc driver? | 12 Mar 2006 19:31 GMT | 6 |
If I offer a Java application to the public, does anybody know if I may 're-distribute' jdbc drivers - perhaps depending on the manufacturer? Andreas
|
| answers to all members' queries | 12 Mar 2006 19:25 GMT | 3 |
i am a new member. where are the answers to all the questions posted by members?
|
| java graph theory | 12 Mar 2006 18:24 GMT | 3 |
i am a student tryingto write a progamme that will use graphs as their starting point but dont know where to start. i have a small amount of code to get me started but not much help. If anyone can help me in anyway woulf be helpful.( places to look/
|
| getting round multiple inheritance | 12 Mar 2006 17:15 GMT | 5 |
Hi there I'm wondering if anyone can give me some advice. I have a program using RMI, and now I want to make some of the objects that are in it use observable. As java doesnt allow multiple inheritance, I can't use Observable as well as RMI.
|
| object stream format | 12 Mar 2006 16:28 GMT | 8 |
Is there any documentation on Java's object stream format or any tools to display it in a readable format and/or create them?
|
| Jboss share classes between war and sar | 12 Mar 2006 15:51 GMT | 6 |
I have a web archive and service archive running with Jboss-4.0.2. My requirement is to import some classes from war into sar. I can get the compilation by defining classpath to use classes from different src. But somehow when I run jboss, I get class not found
|
| Applets and object in XHTML | 12 Mar 2006 15:47 GMT | 2 |
I've been asked to update some web pages to XHTML 1.0 strict so that it validates via the w3c validator. This means I need to replace the <applet> tags with <object>. How do you use an object tag to load a java applet that lives elsewhere on the server?
|
| How to Program for Cell Phones? | 12 Mar 2006 13:35 GMT | 5 |
I'm new to this topic, so I'm not sure if this is the right place to put my questions, but here goes. I'm a software developer and am interested in writing some applications for cell phones, but I don't really know much more than that. Can anyone give me some advice on how
|