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.
Posted in Programming & Design
Go to java.sun.com and see their various “trails” for learning java. They walk you through fairly step by step.
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.
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