Sunday, November 7, 2010

What note of begin learning to Java

This article come from Designer handbags.
Java has its Chin like benefits made you choose it, but feel free to look through a book or online shopping around to find the answer. In this article, the author himself to learn first-hand experience of some Java and process, be a reference for beginners.

I am in the process of learning Java is mainly organized around the following areas to learn:

1. constantly remind yourself Java is an OOP language tools, rather than just coding, the only way to grasp and use Java in General.

2. in the learning process, it is best to understand the underlying mechanisms of Java, not just stay on the surface, is not a copy of the book examples can run out of the results. Note that even on a simple example is to have the patience to go over, debugging and change.

3. in the course of learning must be doing, write code, instead of holding a book and see. A lot of things and experiences you must yourself truly belong, it's best to be able to participate in some practical projects.

4. learning to a certain stage, you want to learn something. At this point you should start learning some more knowledge, more complex, such as J2EE platform, EJB development. For this part, I'd find a thinner book first understand a probably felt there was a general understanding that more technical term for a grasp. I think the stage to see the J2EE technology practice is very good, it can let you know about J2EE contain various technologies and frameworks,(lanvin handbags) as well as many practical examples to deepen their understanding of the overall understanding of J2EE.

Learning Java interest and determination to play a key role. On the above basis, I immediately began to gradually learn Java.
Building Java environment:
1. for the Windows platform to make the following settings:
set PATH = YOUR_INSTALL_ DIR\bin; C:\Windows;C:\Windows\Command
set classpath=.

2. for YOUR_INSTALL_DIR\lib\tools.jar; Linux platform to edit/etc/profile file: JAVA_HOME = your_install_dir/JDK/j2sdk
CLASSPATH=$JAVA_HOME/lib/tools.jar:$JAVA_HOME/lib/td.jar:$JAVA_HOME/jr 
-e/lib/rt.jar:.
PATH=$PATH:$JAVA_HOME/bin
export PATH PS1 USER LOGNAME MAIL HOSTNAME HISTSIZE HISTFILESIZE  
INPUTRC JAVA_HOME CLASSPATH RESIN_HOME

No comments:

Post a Comment