| Thread | Last Post | Replies |
|
| I am a apprentice in Java | 12 Jun 2006 05:08 GMT | 3 |
Hello,everyone. I am a freshman to Java and this discussion group. I am looking forward to communicating with all of you. In fact,I come here today on the purpose of getting some advice about
|
| Sockets, Javascript and Java | 12 Jun 2006 04:36 GMT | 6 |
I know Javascript has no methods to directly open sockets. Since that is not possible, I was wondering if anyone knows of a Java applet somewhere that does this that can can be instantiated in Javascript.
|
| California Sun Microsystems computer systems employees | 12 Jun 2006 02:08 GMT | 2 |
It seems that there is an issue in California with computer systems employees of Sun Microsystems not receiving overtime wage compensation. Apparently it is not uncommon for long coding hours to be overlooked for overtime pay and in California there are specific laws in regards to ...
|
| Two tomcats & two VMs on same box | 12 Jun 2006 01:22 GMT | 2 |
I have tomcat 4.0 running with jdk 1.4. I tried starting up tomcat 5.5 after installing jdk 1.5 and exporting the later as the JAVA_HOME. It seems that one VM replaces the other. I assume that you can have only one version of a VM running on a box. Is that true?
|
| Interface. | 12 Jun 2006 00:54 GMT | 2 |
trying to implement the 'java.util.Collection' interface. Get the following error. <ERROR> MyCollection is not abstract and does not override abstract method
|
| Generics conundrum | 11 Jun 2006 21:41 GMT | 6 |
I've got some math/geometry stuff going on here which has given me a curious problem. I have some generic stuff, and now need a generic ball, parametrized by P, which is supposed to be a class of geometric point from some sort of space or another. Determining if a point lies
|
| Why do Java throw the exception 'OutOfMemory' ? | 11 Jun 2006 19:56 GMT | 1 |
Sun has made the exception 'OutOfMemory' to be under the control of Java VM. Why? Besides ..
|
| System.out.println(); | 11 Jun 2006 18:13 GMT | 10 |
who will create the object out for the System class, where we find the method println();
|
| JAVA STUDIO CREATOR - a real simple one about project distribution... | 11 Jun 2006 17:09 GMT | 2 |
I have built a project in the very good Java Studio Creator 2 (version 1), which I am new to, but I cant for the life of me get the jar to work from the command prompt. I cannot find any options to do this either and the jars manifest file is read only.
|
| Parsing a html page | 11 Jun 2006 16:48 GMT | 4 |
I'm working on research projects in which i need to extract specified content from a html page using Java code. There are many URLs in the html page and i have to write the code in such a way that it goes through the link and then extract the contents from that html page.
|
| Inter Applet Communication | 11 Jun 2006 16:00 GMT | 1 |
I've created a Applet and the data that i am Entering to the Text controls of that app shoud post to the Second Applet.Does Anyone know about this.If so please Notice it here.
|
| sybase driver | 11 Jun 2006 14:02 GMT | 1 |
is there any free JDBC driver for sybase? how does connection string looks like?
|
| hi priyanka | 11 Jun 2006 09:27 GMT | 2 |
i want to learn java can u give me your help to learn java
|
| Does StreamTokenizer honour mark()/reset() ? | 11 Jun 2006 02:38 GMT | 1 |
If I use mark/reset on the underlying reader does the tokenizer work correctly? Cheers, Lordy
|
| array creation | 11 Jun 2006 02:33 GMT | 2 |
what is wrong with this ??? String[] temp = ("a", "b", "c"); The error message is "')' expected" ...? Thanks,
|