Rating:

(43 reviews)
Author: Y. Daniel Liang
ISBN : 0132995174
New from $80.85
Format: PDF, EPUB
Download electronic versions of selected books Free Introduction to Java Programming, Comprehensive Version, Student Value (9th Edition) [Loose Leaf] from mediafire, rapishare, and mirror link
ALERT: Before you purchase, check with your instructor or review your course syllabus to ensure that you select the correct ISBN. Several versions of Pearson's MyLab & Mastering products exist for each title, including customized versions for individual schools, and registrations are not transferable. In addition, you may need a CourseID, provided by your instructor, to register for and use Pearson's MyLab & Mastering products.
Packages
Access codes for Pearson's MyLab & Mastering products may not be included when purchasing or renting from companies other than Pearson; check with the seller before completing your purchase.
Used or rental books
If you rent or purchase a used book with an access code, the access code may have been redeemed previously and you may have to purchase a new access code.
Access codes
Access codes that are purchased from sellers other than Pearson carry a higher risk of being either the wrong ISBN or a previously redeemed code. Check with the seller prior to purchase.
--
Introduction to Java Programming, Comprehensive, 9e, features comprehensive coverage ideal for a one-, two-, or three-semester CS1 course sequence.
Daniel Liang teaches concepts of problem-solving and object-oriented programming using a fundamentals-first approach. Beginning programmers learn critical problem-solving techniques then move on to grasp the key concepts of object-oriented, GUI programming, advanced GUI and Web programming using Java.
--This text refers to the
Paperback
edition.
Download latest books on mediafire and other links compilation Free Introduction to Java Programming, Comprehensive Version, Student Value
- Loose Leaf: 1308 pages
- Publisher: Prentice Hall; 9 edition (March 15, 2012)
- Language: English
- ISBN-10: 0132995174
- ISBN-13: 978-0132995177
- Product Dimensions: 1.7 x 7.7 x 9.8 inches
- Shipping Weight: 4.4 pounds (View shipping rates and policies)
Free Introduction to Java Programming, Comprehensive Version, Student Value
/**
* @Use: Used for a college programming course.
* @Class: Java Programming I
* @Other: Experience in C++/C, PHP, JavaScript, Perl, SQL [MySQL, Oracle PL/SQL, SQL Server]
*
* =============================================
** This Book is meant to be used in an academia
* =============================================
*; not ideal book for self study
*/
This book was required for a Java Programming I course that I took which had a basic CS Programming course (in java or in my case c++) as a prerequisite. When used in an academic setting, the book is accompanied by very useful powerpoint slides and other material including 15 additional chapters(#35 - #50).
/**
* book@review:~$ ./Math -required
*
* Reader should have passed a college
* algebra and/or discrete math course.
* Discrete math preferred but not
* required.
*
* Continue? (Y/N) Y
*
* Reader should know how to perform oper-
* -ations on matrices (add, mult, etc).
*
* Continue? (Y/N) Y
*
* Reader should have a solid understanding
* of logic, possibly with knowledge of
* basic logic gates.
*
* Continue? (Y/N) N
*
* Goodbye.
* book@review:~$ exit
*/
// Why the math requirement?
The reason that you should have satisfactory college mathematics experience is because the author
explains language constructs using simple mathematical algorithms. This seems to be popular in comp-
-uter science and most good CS books should include algorithms such as Monte Carlo's Pi Simulation,
Fibonacci Sequence (Recursion), Calculating Primes, Trees(Application of Discrete Math),
Graphs(Application Discrete Math), Towers of Hanoi, etc.
Download Link 1 -
Download Link 2