| Thread | Last Post | Replies |
|
| Difference between Abstract class and interface | 23 Oct 2006 16:44 GMT | 3 |
Can you let me know the difference between Abstract class and interface. I did research on the topic and found it helpful. Well, the refined question I have is 1. Is there any difference between abstract class for which all the
|
| Error parsing data (SAXParser) containing ampersand (&) | 23 Oct 2006 16:34 GMT | 3 |
I am trying to parse some data which is edited with a rich text editor (FCKeditor) When I se scandinavian characters, they are converted to html encoded version by the FCK editor
|
| servlet, how to get request's timestamp and timezone? | 23 Oct 2006 15:02 GMT | 4 |
I have a web app which needs to log request's info, including its' timestamp/timezone. Can anyone have idea (what can be used from 3rd-party-lib, is only common one, like apache)?
|
| j2me | 23 Oct 2006 14:26 GMT | 4 |
I need to display a google map in a mobile app for college. Any ideas welcome cheers Aidan
|
| MyComputer Explorer to implement in swing | 23 Oct 2006 12:04 GMT | 1 |
Hai! Can anybody pleaseeeeeeeeee.... tell me how to add a tree with drives, to the JComboBox as in windows Explorer?
|
| How to make native method wrapper? | 23 Oct 2006 11:30 GMT | 3 |
I want to make native code wrapper for java. Then I found JNI, but I need more sample code. For example, I want JNI to do following things. 1. C++ code makes file pointer.(use fopen())
|
| difference between toString() and type casting a n Object to String | 23 Oct 2006 08:24 GMT | 2 |
what is the difference between toString() and type casting a n Object to String
|
| IO file editting | 23 Oct 2006 08:19 GMT | 1 |
hi there well i am woundering if there is a simple solution in java for my problem i need to read first few bytes from a text file and then delete those few bytes i read from the file.
|
| Changing default error message | 23 Oct 2006 06:46 GMT | 3 |
I am making website using java http servlets, and I would like to customise the error message that users see when they try to access a file that no longer exists. This is the error message that is currently displayed:
|
| Allocating a Parameterized Object | 23 Oct 2006 04:07 GMT | 4 |
I have a generic class ClassX defined with a parameterized type T of subclass ClassY. Within a ClassX method, I want to allocate a new object of type T. When I try using: ClassY foo = new T();
|
| URL probrlm | 23 Oct 2006 02:44 GMT | 1 |
Hi a All, I use these line to get a url. url = new URL(Url); BufferedReader in = new BufferedReader(new
|
| Eclipse WTP and Tomcat question | 23 Oct 2006 01:25 GMT | 1 |
Hey all Does anyone know how I can set a webapp's path to / instead of using /webappname ? I am running a webapp which before was Resin based so all the URL's are
|
| How to create a new instance of an extended type | 23 Oct 2006 00:36 GMT | 5 |
Say I have the following two objects: public class ObjectA { public void load() { } }
|
| Starting and stopping a prog. from another prog. | 22 Oct 2006 23:43 GMT | 1 |
I have a program (only 100 lines or less) that polls a web-service and gives me the current status of the service. I want to run this program on an infinite loop using Thread.sleep() to sleep for 5 mins. after polling and have some way of starting and stopping it.
|
| exec() and sending to STDIO and reading from STDIO | 22 Oct 2006 16:11 GMT | 18 |
I have an external program I need to execute which takes an argument. So I have the code: String command = "..."; String argument = "...";
|