| Thread | Last Post | Replies |
|
| Help with extend | 18 Feb 2007 01:08 GMT | 12 |
I have a superclass GeometricObject which compiles. Then I have a subclass Circle which extends the superclass, but the compiler doesn't like it and i get the following error ( cannot find symbol symbol: class GeometricObject).
|
| Java Online Training Video? | 17 Feb 2007 18:04 GMT | 2 |
Hello. There are many online Java training videos. Please let me know if you tried any, if you recommend any. Thanks.
|
| Java version not running | 17 Feb 2007 17:02 GMT | 4 |
I have an application which requires Java version 1.4.2_03. I have tried installing both the runtime and SDK versions but neither will produce any output for any program, even Java -version does not produce any output.
|
| Help with Simple If else Statement | 17 Feb 2007 17:00 GMT | 15 |
Alright I thought I had this coded properly for my homework assignment but for some reason it does not work as I thought it would. Basically what I have to do is create an applet that will display an employee title if you enter in an employee name and an employee name if you
|
| classes and inheritance revisited | 17 Feb 2007 16:39 GMT | 28 |
After all the discussion about the last set of questions I posted, I decided to proceed with a simpler version of the Animal class hierarchy. Everything is in one package (main..bad name but it works). I have an Animal (hey RedGritty...I made those changes...still not quite
|
| Help with Interfaces, Generics and pushing onto Stacks | 17 Feb 2007 01:16 GMT | 4 |
The setup I have goes something like this: I have an interface called StkInterface with methods that are coded in my linked list based stack called ListStack. (im not sure i've set my stack up correctly but it looks like it should work). I want to be
|
| Parsing a binary file with delimiters | 16 Feb 2007 02:01 GMT | 2 |
I'm new to Java and need help with the following problem. I have a binary file that has 2 bytes per line. Every so often there is a 4 byte delimiter (say 4321 1234 in hex). I need to parse the data between the delimiters and move them into buffers so that the main
|
| J2ME . How do I start? | 15 Feb 2007 18:39 GMT | 3 |
I need to write an application for MIDP 2.0 phones. Once I write the application, will it work on every phone that supports MIDP 2.0? What is the best way to get started? Which tools should I use? Any online tutorial videos or good books? Thanks a lot.
|
| I need to retrieve an Object[] of all keys in java.util.Hashtable | 14 Feb 2007 19:45 GMT | 10 |
<pre> <code> /** public abstract class ArrayFunctionality {
|
| collection of java study , job related materials | 14 Feb 2007 19:38 GMT | 1 |
www.javaartist.com is made for java professional needs. This site contain project,examples,topics,job -walkin , and all details about java certificate. this www.javaartist.com contain all the details about java
|
| complete java study materials | 14 Feb 2007 18:21 GMT | 2 |
www.javaartist.com is made for java professional needs. This site contain project,examples,topics,job -walkin , and all details about java certificate. this www.javaartist.com contain all the details about java
|
| Offer your insight | 14 Feb 2007 11:47 GMT | 9 |
due to all the fuss that my earlier post has caused (which was far from my intentions), I invite those of you who know more, to give me a clue as to where it is better to post a legit ad for a job offer, without causing all those reactions.
|
| Design question | 14 Feb 2007 00:01 GMT | 25 |
Let's say you have a whole pile of classes that you want to write. You're working from a pseudo-hiararchical system. Some classes would be like 5 levels down in the system. Do you start with a top-down or bottom up design? I'm going to try it
|
| Illegal start of expression error on synchronized block | 13 Feb 2007 20:51 GMT | 1 |
<pre> <code> synchronized(this) { // MUST BE WITHIN <init> PRIOR TO INSTANTIATION
|
| Eclipse, getters and setters | 13 Feb 2007 19:17 GMT | 6 |
Someone told me about letting Eclipse do my getters and setters. Great idea, and thanks to whoever it was. The problem I had was in a class that came from the Sun Java Tutorial. I copied the class def into a file and decided to add the getters and setters using Eclipse to do ...
|