| Thread | Last Post | Replies |
|
| I want to know if i'm right or I need more info before I move on !!! | 20 Mar 2006 16:38 GMT | 3 |
Here is what I have to do!!!!!!!!!!!!!!!!! Import the java.io.*; and java.awt.event.* packages......... Creat a class header named, Transfer, which extends Frame and implements ActionListener...........
|
| JSP/Servlet file upload + tranfer to remote server | 20 Mar 2006 09:00 GMT | 1 |
Hi Group, I need to upload an image/multiple images to my webserver (Tomcat) and then transfer the uploaded file to a remote file server. The remote server runs FTP.
|
| Can't get pound sign in command prompt apps | 19 Mar 2006 18:57 GMT | 2 |
Can anyone help? I can't seem to get a pound sign in my command prompt applications. I tried: static double x=100; public static void main(String[] args) {
|
| private/public and polymorphism | 19 Mar 2006 17:48 GMT | 1 |
I have a question about the Java code below. The only difference between the PrivateParent and the PublicParent class is that void bar() is private in PrivateParent and public in PublicParent. The output of the program is:
|
| Best way to convert from HTML to plain text in java?? | 19 Mar 2006 15:43 GMT | 1 |
I have a java servlet that processes plain text. I'd like to point to a specific url and pull over a webpage, then convert it to plain text for further processing. I have written some code that simply strips tags from the html, but
|
| Parsing Xml document in java | 18 Mar 2006 16:08 GMT | 2 |
Hi people can you help me? Well heres my problem. I am trying to parse an xml document via a uri. i have the following code to parse the URI and get the document. String uri = "http://someServer.com/Server/Database"
|
| ActionListener scoping | 17 Mar 2006 23:48 GMT | 5 |
Am I the only one that thinks the scoping rules in Java are pretty unusual with regard to ActionListeners? In general Java will look for local variables (in the method) then look outward from there. But, if you try and declare an ActionListener inside a method and want to use
|
| changing/saving a value in same variable | 17 Mar 2006 20:20 GMT | 2 |
Firstly, I'd like to show my source code. -----Source Begin class MonsterBattleExample {
|
| Socket (and Selector) seems to freeze after first data stream | 17 Mar 2006 19:15 GMT | 2 |
I posted a related question a few days ago, along with code, and did not get any responses. So here goes a different version. I can post code, but there's a lot, so I can also post only specific sections. I'm working on a port forwarder and the first step is to get the local port
|
| Java in linux | 17 Mar 2006 18:32 GMT | 6 |
Dear Sir(s), I am using a javaprogram which will send comands through serial port and get response for the commands it had sent.I am running the program in linux .It works fine if the program alone is active.If I open a
|
| decimal format, how to not round | 17 Mar 2006 16:45 GMT | 3 |
Pls look at the following: DecimalFormat format = new DecimalFormat("#,###.00"); System.out.println(format.format(1234.999)); // 1,235.00 I'm wondering, how to make it NOT round?
|
| Downloading files | 17 Mar 2006 11:47 GMT | 4 |
how can I save file from www to my HDD by java?
 Signature Best regards, Odwrotnie.
|
| Is there a printf(String s) method? | 17 Mar 2006 00:16 GMT | 2 |
I was wondering why the printf statement works in the following program: /* Test.java --tests printf method */ public class Test{ public static void main(String[] args){
|
| JSP waiting for URL help | 16 Mar 2006 21:31 GMT | 2 |
I'm working on part of a project where someone is going to send me a confirmation URL to a specific website location that I direct them to. The site is in JSP and I want it so the JSP will sit there and wait for a incoming URL. If a URL comes in it will execute my java code. Is
|
| Java Gurus Help! | 16 Mar 2006 19:55 GMT | 46 |
Below is what my assignment involves, could you basically point me in the right direction to help me acomplish the task set but not give me the acctual answer. SCENARIO
|