The Book “Introduction to Programming with Java” is Finally Published
Recently my team of 20 authors and few editors working on creating a contemporary book about the fundamentals of computer programming, data structures and algorithms is ready with the public official release of the book: http://introjavabook.googlecode.com/files/Introduction-to-Programing-with-Java-Book-v1.01.pdf.
The book “Introduction to Programming with Java” focuses on the fundamentals of computer programming, logical, algorithmical thinking, problem solving, data structures and algorithms. It uses a contemporary object-oriented approach and language but is valuable for any non-Java programmer in the begginning of his career. The book is free and open-source.
The contents of the book:
|
More information is available on the book’s official Web site: http://www.introprogramming.info/.
15 Responses to “The Book “Introduction to Programming with Java” is Finally Published”
When will you release its English version ? ?
Not sure, maybe in 2011.
K Thank u..
great explanation sir..
after reading this book, i got a crystal clear idea on each and every topic thank u so much sir..
but i stuck up at one point while i m reading about primitive datatypes particularly at this point.
” First on our list is an integer type Byte . He is 8-bit character type, which means that the number of possible values is 2 to grade 8, ie 256 possible positive and negative values in common. Value default is the number 0. Minimum value that the loan is -128 and the maximum +127. ”
doubts:
1) a byte contains 8 bits and if all the bits are 1’s it can store 255, but its range specifying that it can store upto 127 only. why so ?
2) Why java doesn’t support unsigned modifier ?
Thank u so much sir..
Well, from -128 to 127 there are 255 different values. 😉
Hi. Is there English version of this book.
I’m currently reading C#, and it’s exellent.
There is no English version of the Java book.
When exactly the English version will be available?
We have no plans for English version.
Too bad that an English translation is not available. I liked how the topics are explained in the C# book.
I especially like the combination of theory – problems for each chapter. Can we have at least a translation of the problems and tips in English?
Please let me know if they are similar with the ones in the C# book, they area really good.
Thanks!
We have no plans to translate the Java book to English. It also needs update to Java 8 because it targets Java 5 now.
is there an English version???
No English version for the Java book. We have only the C# variant in English: http://www.introprogramming.info/english-intro-csharp-book/
Please make the English version available…that would be great!
The download link for the book is not working….:-(