Keyword

I am wondering about the this keyword. I have read on some books but it kind of mislead me. Any answer or any link that might explain better would be appreciated.thanks.
[190 byte] By [Davey_Vargasa] at [2007-11-26 18:12:38]
# 1
Type this into google:this keyword javaThen click "I'm feeling lucky"
zadoka at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 2
> I have read on some books but it kind of mislead me...One would have to conclude that any further answers here would just tend to mislead you as well, so there'd be no point.
warnerjaa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 3
Thanks mate! Wierd I have never used the "I am feeling lucky" button for(probably becuase never felt lucky :D).
Davey_Vargasa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 4
I would strongly recommend going through the tutorial available on the java.sun.com site. It has lots of great examples.
betseyba at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 5

> > I have read on some books but it kind of mislead

> me...

>

> One would have to conclude that any further answers

> here would just tend to mislead you as well, so

> there'd be no point.

So you are saying that all books have the same style of explanation? I have read a java reference book and some tutorial ebook and i really couldn't grasp it. So i tried in a forum where i might get a simple but effecient answer.

Davey_Vargasa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 6

> So you are saying that all books have the same style

> of explanation?

No. I'm saying you "read some books" from other strangers, and are asking some strangers here to regurgitate basically the same information you probably already read. How would the strangers here know what to tell you any differently than you already read about? How would they know what you read, and what's confusing you about it? They wouldn't, so they would probably not waste their time (re)-explaining it.

warnerjaa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 7
I am asking for an explanation that a newbie might understand, in a simplified version.And why add a post that is not going to help? To descredit my post ?Message was edited by: Davey_Vargas
Davey_Vargasa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 8

> I am asking for an explanation that a newbie might

> understand, in a simplified version.

Yes, but there are books that are meant for newbies.

> And why add a post that is not going to help? To

> descredit my post ?

Not going to help? I think warnerja was helping you understand his comments. Wouldn't you prefer someone to point out why they weren't going to answer your post rather than just ignoring your post?

zadoka at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 9
Yea that's true. Sorry for my ignorance. :)Message was edited by: Davey_Vargas
Davey_Vargasa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 10
> Yea that's true. Sorry for my ignorance. :)Thank heaven that's over. I was just about to dust off my bazooka.
warnerjaa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...
# 11

At the risk you will find the JLS "misleading" out of principle... Let's give it a go - it's actually quite readable and even has an example :-)

[url]http://java.sun.com/docs/books/jls/third_edition/html/expressions.html#15.8.3[/url]

If you can point out concretely which parts you do not understand, we'll take it from there.

Lokoa at 2007-7-9 5:45:32 > top of Java-index,Java Essentials,New To Java...