I havent done any programming in my life....i know the basic OOPS concepts....how can i start programming in java.....I need help from experienced people.....Thou gh I know the concepts......a nd loops,etc...... .i find it difficult when doing programs or when thinking logically in front of the computer.....if anyone cud help me on this please mail me in private and do reply in this forum as it will be helpful to all new programmers
How to become a java Programmer
Collapse
X
-
Originally posted by jyohereI havent done any programming in my life....i know the basic OOPS concepts....how can i start programming in java.....I need help from experienced people.....Thou gh I know the concepts......a nd loops,etc...... .i find it difficult when doing programs or when thinking logically in front of the computer.....if anyone cud help me on this please mail me in private and do reply in this forum as it will be helpful to all new programmers
The first tutorial describes in great detail how to set up your computer and
install the JDK (Java Development Kit), i.e. the compiler, runtime etc.
kind regards,
Jos -
Originally posted by JosAHGo through Sun's Java Tutorial and practice on all the exercises.
The first tutorial describes in great detail how to set up your computer and
install the JDK (Java Development Kit), i.e. the compiler, runtime etc.
kind regards,
JosComment
-
Originally posted by jyohereDoes anyone have any other good tips related to programming.... .
They are all more than just good tips related to programming you know.
kind regards,
JosComment
-
a few good tips....
Find a comprehensive Java text book you like and buy it.
Read it and do the exercises and questions at the end of the chapter.
Do the Java tutorials as mentioned above.
When you read or hear about a cool class, write a program adding that class to it in a useful way. Then change it to be used in another process.
That will keep you busy for a while..I know it has kept me busy!Comment
-
Originally posted by teddarra few good tips....
Find a comprehensive Java text book you like and buy it.
Read it and do the exercises and questions at the end of the chapter.
Do the Java tutorials as mentioned above.
When you read or hear about a cool class, write a program adding that class to it in a useful way. Then change it to be used in another process.
That will keep you busy for a while..I know it has kept me busy!Comment
-
Originally posted by jyohereThanx.....But which is the best book for java ....
written by the creators of the language. (the same goes for C and C++).
If you've read and understood that, select other literature.
kind regards,
JosComment
-
I like Java, How to Program by Deitel and Deitel. It's newbie friendly in the beginning but takes the owner through some very complex stuff by the end. It's expensive in the book store, but you can get it on Amazon for about 2/3 of the counter price if you take a slightly used one.
Look around though. Go to your favorite book store and look at 4 or 5 different books. You may find another author's style you like better.Comment
-
I asked the same question and I got these books
Head First Java
Thinking in Java by Bruce Eckel.
And the 3rd edition is free online:
http://www.mindview.ne t/Books/TIJ/
sandyw
and practice practice practice writting code and look at others codes written by others. Don't be afraid to ask question....Comment
-
Originally posted by sandywI asked the same question and I got these books
Head First Java
Thinking in Java by Bruce Eckel.
And the 3rd edition is free online:
http://www.mindview.ne t/Books/TIJ/
sandyw
and practice practice practice writting code and look at others codes written by others. Don't be afraid to ask question....Comment
-
Originally posted by jyohereThanx a lot to everyone.....Bu t, if anyone has some sample exercises to practice please post it so it will be helpful to everyone
in there. Give them a try yourself. We are not going to invent exerecises for
you; you want to learn how to program; you do the exercises. When you're
stuck come back here. We are not going to spoonfeed you but we're all
willing to help you when you have a problem with one of those exercises.
kind regards,
JosComment
-
Originally posted by JosAHAs I wrote in my reply #2: go read those tutorials; there are lots of exerciese
in there. Give them a try yourself. We are not going to invent exerecises for
you; you want to learn how to program; you do the exercises. When you're
stuck come back here. We are not going to spoonfeed you but we're all
willing to help you when you have a problem with one of those exercises.
kind regards,
Jos
Thanx a lot!!!!!!!!!!!! !!!!!!!!!!!!!!Comment
Comment