| Thread | Last Post | Replies |
|
| polymorphism | 14 Apr 2007 06:37 GMT | 9 |
can anyone tell me where can I find detailed info (or to explain me) on how Java implements polymorphism and dynamic binding internally? Thanks
|
| String[] to String | 14 Apr 2007 00:44 GMT | 16 |
/* I am writing this class to see the output of: args.toString(); I want to see if the toString() method on the String[] will convert the array contents into one string or it will write out it's type
|
| help | 14 Apr 2007 00:05 GMT | 4 |
please anybody tell me where will i download free bdk????
|
| overwriting jars currently executing | 13 Apr 2007 21:33 GMT | 4 |
Whilst messing about with some update code I found I could overwrite all the jars that constitute my app whilst it was running. It carried on operating just fine. I was expecting to have to stick the new jars in a temp folder and copy them from there on next start.
|
| ClassDefNotFound error with xpath.evaluate... | 13 Apr 2007 21:06 GMT | 9 |
Well, I managed to get stuck just before I actually see any results from a foray into using xpath with java. I have some code (fairly straightforward): 56: String expression = "/systems/system";
|
| nihil | 13 Apr 2007 20:10 GMT | 10 |
how would you code this: catch ( java.io.IOException e ) { // do nothing
|
| Same package between two jars | 13 Apr 2007 19:25 GMT | 1 |
I always thought that it was possible for two diffirent jars to contribute classes to the same package. I have been doing that successfully, but now, on one of our machines running tomcat, we are getting the following error for a class in a
|
| Dealing with delay in processing | 13 Apr 2007 16:56 GMT | 8 |
I am trying to modify an ASP 3.0 app and am running into an issue. Essentially the part that I'm modifying queries the database and returns a record count. This part is done using "Microsoft.XMLHTTP".
|
| JDBC and IPv6? | 13 Apr 2007 16:39 GMT | 5 |
Has anyone ever made a JDBC connection using an IPv6 URL? I am setting my URL like so (the address here is fake): jdbc:mysql://[1111:2222:3333:4444:5555:6666:7777:8888]/mysql This results in the following error:
|
| about <html:checkbox> | 13 Apr 2007 13:58 GMT | 1 |
What value will be passed,if i am checking the <html:checkbox> in struts. i mean let <html:checkbox property="name"> ,be my check box. there is getter setName() in my form bean
|
| Opening data file in already open app by double clicking? | 13 Apr 2007 13:35 GMT | 3 |
We have created a java app that creates its own file format that we can assoicate with the application in Windows. We would like for the user to be able to double click on of these files while the app is running and have the app open it. We are at a loss of how to do this
|
| Strange OutOfMemory Exception | 13 Apr 2007 11:36 GMT | 13 |
The following code produces an "OutOfMemoryError: Java heap space"- Exception: class test{ public static void main(String[] args)
|
| Re-engineer application to run in JRE 1.4.2 against old JRE 1.1.7 | 13 Apr 2007 11:20 GMT | 1 |
I have a JAR file containing classes that were compiled using JDK 1.1.7. The JAR when run, works perfectly with JRE 1.1.7 but I need to have it running using JRE 1.4.2 which does not happen. THE JAR contains files that use AWT components which were created
|
| WSDL Type Parser | 13 Apr 2007 08:50 GMT | 3 |
sorry in advance - I know that this is not quite the right group for such a question, but for lack of a better one I am trying my luck anyway ;-) I need to parse the type information contained in a standard WSDL file
|
| instance of classes | 13 Apr 2007 08:34 GMT | 3 |
Several days ago I asked the same question . Hereby now some code to explain what I mean. Working is: import java.awt.*;
|