I am extremely new to Java

I am extremely new to Java and was wondering if someone would be able to help me with a Lab that is due tomorrow?
[120 byte] By [joe23a] at [2007-10-1 19:53:22]
# 1
> I am extremely new to Java and was wondering if> someone would be able to help me with a Lab that is> due tomorrow?We won't write the lab for you, but you can ask questions that you have. /Kaj
kajbja at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 2
I have my code written, but when I complile it, I get some errors that I don't know how to fix.eg. missing method body or declare abstract
joe23a at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 3

> I have my code written, but when I complile it, I get

> some errors that I don't know how to fix.

>

> eg. missing method body or declare abstract

Summoning the mind-reader interface....

Hmm, it says you need to sprinkle some magic dust on it and it'll work.

What do you expect when you don't even ask a sensible question? Do you think we can see your code or something?

warnerjaa at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 4

That sounds almost like the error you get when you fail to implement all the methods described by the interface you're trying to implement. Make sure your methods filfill what your interface tells you to. Remember the method names are case-sensitive, and all the parameter types must be the same.

...or ti could be something else. Can you give us the exact error?

Laszlo_Smitha at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 5
I had a ; after my method. Thanks!
joe23a at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 6

> I have my code written, but when I complile it, I get

> some errors that I don't know how to fix.

Post the errors messages, and the parts of the code where you think the error is, or post the complete code if it isn't too long. Remember to use code tags when you post code (see the code button just above the textfield where you enter your post)

/Kaj

kajbja at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 7
> I had a ; after my method. Thanks!Well, looks like you solved your problem without any help :)
kajbja at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 8
Prediction:Now that it compiles, it won't run as expected and we'll see something like: "My app doesn't work right - please help - gives 'some' error message".
warnerjaa at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 9
> Prediction:> Now that it compiles, it won't run as expected and> we'll see something like: "My app doesn't work right> - please help - gives 'some' error message".:)
kajbja at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 10

> Prediction:

> Now that it compiles, it won't run as expected and

> we'll see something like: "My app doesn't work right

> - please help - gives 'some' error message".

Hey, I do the same thing when I'm learning a language for the first time and I'm surrounded by people who know it well. He did say he was new, and he posted to the right place. _shrug_

Laszlo_Smitha at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...
# 11

> > Prediction:

> > Now that it compiles, it won't run as expected and

> > we'll see something like: "My app doesn't work

> right

> > - please help - gives 'some' error message".

>

> Hey, I do the same thing when I'm learning a language

> for the first time and I'm surrounded by people who

> know it well. He did say he was new, and he posted to

> the right place. _shrug_

Really? You just post a totally vague question like he did on this? Sure hope not. It's not a good way to get help as you should know. I literally meant he would probably post it just like I said - not the specific error message or anything near that.

warnerjaa at 2007-7-11 16:19:54 > top of Java-index,Java Essentials,New To Java...