找本书再上机就可以开始java之旅了

解决方案 »

  1.   

    找本书,开始不用jbuilder,
    用jcreator
    边看边敲,从Hello world入手public class A{
       public static void main(String args[]){           System.out.println("you can write code");
       }
    }然后applet然后application然后开始转用Jbuilder然后servlet然后javabean+jsp然后J2EE(JMS,EJB,RMI,.....)然后Weblogic这些垃圾东东配配,ok
      

  2.   

    用记事本和命令行,写至少三种hello,world。
      

  3.   

    你会C,VC++,学起JAVA也不会很困难!!
      

  4.   

    先学java,再学j2ee
    关键还是自己多练习---编程
      

  5.   

    www.csdn.net不错。
    java.com.cn
    先熟悉jdk,看书结合练习。
      

  6.   

    看看thinkin java 这是本不错的书,还有就是SUN官方的教材(全英文的)这也是本很好的教材,我就是用它开始的,
      

  7.   

    If you do have a background of programming, say, C, pascal, or C++, you won't have much trouble learning Java syntax. The only hurdle you might have to overcome is that you'll have to learn Object-Oriented principles behind the language. Because transferring from procedural programming to OOP there is a large gap to bridged that is the way of thinking how to program.
    If you're newcomer to programming, well, you might want to learn the basic syntax of programming and its fundamental elements such as variables, control flows and organizations of programs.
    If you understand English, the best place to start learning Java is the official web site of sun: http://java.sun.com.
    If you have little or no knowledge of English, choose a textbook of whatever kind
    you can read on. The secret is: try to get into a bookstore, pick up a java book such as introduction to java or so, keep reading at least half hour; if it attract you, I mean the book keep you reading without boring, hold it (of cource the price may be another critical element that affects your decision).
    Don't trust any book but those attract you for at least half hour.