Sunday, November 29, 2009

Re: [Java] New Member, old coding heritage...

Pete,

Coming from C, you really have 2 concepts to learn, not one. First, Java
is an Object-Oriented language, so you need to learn OOP
(Object-Oriented Programming). The primary difference is that C is a
function-oriented language, whereas Java is an object (or even data)
oriented language.

Second, you need to learn Java concepts, which are built, indirectly,
upon C and C++. One thing you need to get used to is: on the surface,
there are no pointers. Yet you are allowed to initialize references with
"null", and an exception type is NullPointerException. Confusing?

In my opinion, the best Java tutorial is at http://java.sun.com .
They're the experts; after all, they invented Java.

-Java Guy


Pete Morris wrote:
>
> Hi, everyone,
>
> I'm a Java newbie looking to find my path with this fascinating language.
>
> I have a remote history of traditional(!) C, and I'm pleased to see it
> reincarnated complete without the confusing bits. Because of this, I
> probably have more to unlearn than learn; so my question:
>
> Does anyone know of resources online for guiding C (notC++) veterans
> in the way of Java?
>
> Blessings,
>
> Pete Morris
>
> [Non-text portions of this message have been removed]
>
>


------------------------------------

Visit http://aiaiai.com or http://jgame.org for more groups to join.
Java Official Group is created for the following topics: Java 2 Enterprise Edition - J2EE, Java 2 Standard Edition - J2SE, Java 2 Micro Edition - J2ME, XML, XSL, XSD, XPATH, Web Services, Jini, JXTA for all type of Java Geeks.
Whoever posts spam / ads / job related message will be BANNED IMMEDIATELYYahoo! Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/Java_Official/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/Java_Official/join
(Yahoo! ID required)

<*> To change settings via email:
Java_Official-digest@yahoogroups.com
Java_Official-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
Java_Official-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/

No comments:

Post a Comment