| Thread | Last Post | Replies |
|
| String intern() question | 22 Mar 2006 17:59 GMT | 5 |
If anyone can help me with this, I'd appreciate it. String t = "cat"; String s = "dog";
>From the API: |
| where to find JAX-RPC examples with ant build script | 22 Mar 2006 17:42 GMT | 2 |
I cannot find JAX-RPC examples with ant build script.(I can find the JAX-RPC examples from sun's web site, but there is no ant build script). The JAX-RPC tutorial can be found out from the old JWSDP tutorial, but I need to download the code samples for this old
|
| Sending a response back to MIDlet from Servlet | 22 Mar 2006 17:01 GMT | 1 |
Hi ppl, I'm trying to do a MIDlet/Servlet communication via HTTPConnection using the POST method. I can send a parameter to my Servlet from the MIDlet but how can I retrieve the information after
|
| need to insert a parent in a jtree | 22 Mar 2006 16:59 GMT | 5 |
I find lots of material on appending items to the end of a jtree but how do I insert a node and make every thing to the left of it it's children. DefaultMutableTreeNode root = new DefaultMutableTreeNode("Root");
|
| LinkedList in J2ME | 22 Mar 2006 16:59 GMT | 1 |
I want to use Linked Lidt in J2ME for i want to encode message using huffman coding which uses linked List.I copied java.util.* files in lib dir of my project but it doesnt compiles the file It gives compilation error for files in javautil.* which uses floating point.Also it gives
|
| Getting emulator number in J2ME | 22 Mar 2006 16:56 GMT | 2 |
I want to know if there is any API to get the emulator number in J2ME.If i run emulator it has number 5550000.At the same time if i run another emulator it has number 5550001 and so on. need to access this number.Welcome to any suggestion.
|
| Beginner Java...need help! | 22 Mar 2006 16:54 GMT | 5 |
I need help with an assignment for University and I'm totally lost.. Any Java experts out there wanna help me??? :-) Its basically a Bingo game with some changes. Reply to post or email
|
| type safe array slice | 22 Mar 2006 15:20 GMT | 1 |
I wanted to make a type safe array slice method (at least for single dimension arrays) Here is what I have public static <T> T [] arraySlice(T [] src, int offset, int length) {
|
| package path names | 22 Mar 2006 12:35 GMT | 6 |
Just curious about how most people name the package paths of a website for a customer. Do you normally make the packaging path under the name of the customer, the name of the developing company, or ... does it depend on some other
|
| Accessing servlet from html page | 22 Mar 2006 11:29 GMT | 1 |
I have 2 questions: 1. Is it necessary to use an XML file to let an HTML file connect to a servlet? Can't I directly mention the explicit path of the servlet in the ACTION attribute of the FORM element?
|
| jni and jvmti | 22 Mar 2006 11:25 GMT | 2 |
I need to log all method invocations in the form: <caller object's tag, called object's tag> I have managed to write the code for tagging each instance. I have further instrumented method entry and exit.. but that only gives
|
| Java library for Gnutella? | 22 Mar 2006 10:25 GMT | 4 |
Is there a Java library for interfacing to Gnutella, G2, or both?
|
| I m enable to run Linux command by Java code, | 22 Mar 2006 10:13 GMT | 1 |
Hi programmer's, i have made javaCode, program run perfectly but created file not having any data.i need a code which run perfectly and also save output of command in textfile.Please provide exect matiral,plz dnt send the link.
|
| Store encrypted password in database | 22 Mar 2006 07:29 GMT | 4 |
I am working on a Java application where I need to store encrypted passwords in a database. So far I have a password which I have encrypted using MessageDigest class as below:
|
| variables getting saved between applet instances?? | 22 Mar 2006 06:46 GMT | 3 |
I'm having some strange problems with an applet I wrote. The first time I launch the applet from a browser all is well. If I quit the applet and then restart it though some of my variables keep the values they were assigned in the previous run. This only happens if I use the same
|