| Thread | Last Post | Replies |
|
| Recommend a good free text editor? | 17 Dec 2007 20:36 GMT | 28 |
Following up from a previous post, I just started using Sams Teach Yourself Java 6 in 21 days. So far it seems very nice, very similar to my old VB book of the same series. However, the text editor it comes with is buggy (for example, doesn't
|
| Interface | 17 Dec 2007 16:47 GMT | 5 |
I am reading a book about Java . It says that : An interface may not define any instance fields. Fields are an implementation detail, and an interface is a pure specification without any implementation .
|
| free video lessons on 12 computer Science Courses including JAVA | 17 Dec 2007 14:19 GMT | 2 |
Hi Guys, Good news is that as many as 12 courses from top universities are providing free video lessons http://freevideolectures.com/ComputerScience/ on all the basic courses. All you need to have is Real Player installed on your PC.
|
| Problem when removing data out of a combo box | 17 Dec 2007 10:16 GMT | 2 |
I am currently developing a java application that has a combo box and a list box. I have a menu options which is called Locate Data File. When I click on this menu item it is supposed to clear the data from the list box and from the combo box and then load a dialogue box.
|
| java.lang.NoClassDefFoundError message even after adding jar to the classpath!!! | 17 Dec 2007 09:07 GMT | 5 |
I have a java program which expects a different class (BeanHome.class) file from a jar. I have added this jar into my classpath. But still I am getting "java.lang.NoClassDefFoundError: com/test/base/BeanHome" error. I feel still its something to do with classpath settings.
|
| Error in Netbeans | 17 Dec 2007 08:23 GMT | 2 |
Yesterday I tried building a project but it never built because at the bottom right of the screen was a bar labelled Scanning Project Paths that got to 33%, then scanned the project paths again to 33% and there was this flashing red arrow pointing to it. I clicked on the arrow and
|
| About the BreakIterator Class (getLineInstance( ) Function ) | 17 Dec 2007 07:58 GMT | 3 |
has anyone used the breakiterator class and specifically the LineInstance function in java? Is it possible to specify any delimiters for the LineInstance function while it tries to break entities into lines?
|
| Looking for confirmation | 17 Dec 2007 04:01 GMT | 16 |
I'm just looking for confirmation that the following is horrible application design. We have an application (web-based) that contains a JSP which contains an applet which calls some VBScript which activates an ActiveX control
|
| Symbolic benchmark | 16 Dec 2007 22:58 GMT | 83 |
Following recent discussions here about benchmarking and when Java's performance is worst, I proposed the idea of symbolic computation because this entails very high allocation rates for short-lived objects when written in an idiomatic functional style and Java should be uniquely ...
|
| question about resource and performance costs of static imports | 16 Dec 2007 21:44 GMT | 5 |
I am considering using static imports in my Java code and was wondering whether there was a performance cost or resource issues associated with doing so. Can anyone tell me about how Java implements the "import static" syntax that was introduced in Java
|
| about equals() and hashCode()? | 16 Dec 2007 20:38 GMT | 4 |
the java API says that:"If two objects are equal according to the equals(Object) method, then calling the hashCode method on each of the two objects must produce the same integer result." why?i wonder the root cause of that.
|
| Starting with java | 16 Dec 2007 19:32 GMT | 1 |
Hi friends, I have a minor knowledge of JAVA and want to be a good programmer of JAVA but i am not able to start up with it in the good sense. So just need help of you people so that i can work better in JAVA. And also
|
| too many parameters | 16 Dec 2007 18:03 GMT | 11 |
Guys, I'm updating some legacy code from Java 1.3.1 to at least 1.4.2_13. It's a CORBA app (Orbix) and the idl has many modules with many data members. The orbix idlj generates two constructors: a no param constructor and one
|
| Looking for XML package - need to read only | 16 Dec 2007 17:01 GMT | 12 |
I was given a bunch of XML files with the task of converting them to spreadsheet (helped by OpenOffice, of course). The one part that I am missing is a Class that loads the *.xml file and provides me with the ability to make queries and retrieve the data using different methods.
|
| URL Connection Keeps Rereading the same page | 16 Dec 2007 15:55 GMT | 5 |
I'm working on a program that will scan the names of old time radio shows at Archive.org and give me a listing of the shows and later, a listing of the episodes available. It's the Java version of a quick version I wrote in Perl.
|