a java programing book?

Posted Friday, March 5, 2010 by admin


hi…i know c programing a bit …could u please suggest me a e-book for java programing …that tells from the very first step…i wana learn java programing from basics…and also please tell me what should i need to install to write and complie java programs….cheers
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • StumbleUpon
  • Ask

3 Comments on "a java programing book?"

  • Entropy said on Mar 6th, 2010 at 5:42 AM:

    Go to java.sun.com and see their various “trails” for learning java. They walk you through fairly step by step.

  • Vaibhav Kanwal said on Mar 6th, 2010 at 10:21 PM:

    Hi, there are various ebooks like Java in 60 Minutes Daily, Complete Reference 2 – Herbert Schildt, Java – HeadFirst.

    If you want these ebooks, mail me i’ll give you a link right now.

  • vasanth said on Mar 8th, 2010 at 11:03 AM:

    Knowing C Programming a bit is greatly enough for understanding coding. Then for learning basic try this link . This site gives you many information on basic Java programming.

    In Java, variable declaration, looping statements etc. will be similar to C programming. Only thing you have to learn is OOPS (Object Oriented Programming) i.e classes and object.

    You have to install JDK (Java Development kit). This is for compiling and executing Java program. Set the path to your environment or in command prompt >set path=c:\jdk_home\bin;

    For compiling:
    >javac FileName.java

    For executing:
    >java FileName

    Download JDK from:

    All the best….
    vasanth

Leave a Comment

Copyright © 2010 Ebook program
Design by ID Themes