| Thread | Last Post | Replies |
|
| Ambiguous method calls in case of inheritance | 14 Nov 2005 22:15 GMT | 5 |
I have a simple problem. I have a class A and a class B which extends class A. Both classes have a protected method (e.g. 'print') with the same signature (so B's method override A's method). If I have an instance of class B which calls some public method of class A in which
|
| Sun Java products pricelist | 14 Nov 2005 21:09 GMT | 8 |
I have been looking around in the Sun website and found two interesting products: Java 2 Platform, Standard Edition (J2SE) http://java.sun.com/j2se/index.jsp
|
| returin a generic if there is no reference to it in the param list | 14 Nov 2005 19:45 GMT | 1 |
Maybe I missing something obvious but there seems to no way to do somehting like this (yes I know the syntex is illegal): foo<Integer>() public <T> T foo()
|
| OO network protocol | 14 Nov 2005 19:38 GMT | 6 |
The usual example for a Socket based protocol is an enumeration of int commands and a huge switch statement. Yuk! I'm thinking of a String command that is the name of a class, then loading,
|
| JTable combobox editor | 14 Nov 2005 18:56 GMT | 2 |
I have a JTable with 17 columns. The last 15 columns contain airport codes (this is used for entering a flight schedule). The application uses a list of 5000 airport codes.
|
| Logger? | 14 Nov 2005 17:48 GMT | 3 |
When I create a Logger it appears to have a ConsoleHandler already attached but if I get a list of handlers it is not there. Any way to turn off the default messages to the console? Thanks,
|
| How to get the source Location ? | 14 Nov 2005 16:43 GMT | 5 |
Hello !!! I have a IProject that is return when I execute resource.getProject(). But I need the path of the source folder of the project.
|
| swt | 14 Nov 2005 16:22 GMT | 3 |
i just can't seem to build or run my swt apps out of eclipse. could you please tell me how to do that i am trying java -Djava.library.path="..." -Dmain.class="..."
|
| wrapper objects | 14 Nov 2005 16:04 GMT | 2 |
I would like to know more about C++ wrappers. What is a wrapper object in C++ and why is it neccessary? I am trying to create a templated linked list data structure to store any object or primitive however I'm told it would work best with a wrapper object.
|
| Math.abs | 14 Nov 2005 15:46 GMT | 37 |
Why is Math.abs(Integer.MIN_VALUE) == Integer.MIN_VALUE? By math definition absolut value is always positive. In this case, Math.abs returns negative value. Why it is implemented in Java in this way? Can anybody explain me this?
|
| common problem...can't find answer :( | 14 Nov 2005 15:38 GMT | 17 |
so here's my issue: my program compiles and runs fine...I have to files ...implementation and driver....very simple.....I have the following: {... System.out.println("Would you like to see the current totals?");
|
| Eclipse: How to build? Help Please | 14 Nov 2005 15:34 GMT | 3 |
I am trying Project->Build and not seeing any results. I have the classpath defined under Window->Preferences. There is a CVS repository in the backend that is downloaded into the /home/user/workspace of the client on which eclipse runs. What I expect from Eclipse is to javac
|
| a servlet to access two db at the same tiem | 14 Nov 2005 14:57 GMT | 2 |
I am trying to create the servlet that searchs tables with the same strcuture but on different DB( Oracle and MSSQL ) and get search result based on the search condition specified. Currently I am going one by one to through the SQL sentence and assemble the search result. However, ...
|
| intercepting consol input an output | 14 Nov 2005 14:37 GMT | 2 |
Does anyone know how i can intercept a the input and output of a console programme so when it asked for an input i can send it a string and when it prints a response I can send it to a window such as a JEdit? Thanks
|
| Array exception handling | 14 Nov 2005 14:35 GMT | 5 |
Hey all Trying to handle a nullpointerexception error message that I get from Tomcat. <form action="mockup2.jsp" method="POST">
|