Cantitate/Preț
Produs

Stepp, M: Building Java Programs: A Back to Basics Approach,

Autor Marty Stepp
en Limba Engleză Paperback – 7 apr 2017
For courses in Java Programming
Layered, Back-to-Basics Approach to Java Programming
Newly revised and updated, this Fourth Edition of Building Java Programs: A Back to Basics Approach uses a layered strategy to introduce Java programming and overcome the high failure rates that are common in introductory computer science courses. The authors' proven and class-tested "back to basics” approach introduces programming fundamentals first, with new syntax and concepts added over multiple chapters. Object-oriented programming is discussed only once students have developed a basic understanding of Java programming. Previous editions have established the text's reputation as an excellent choice for two-course sequences in introductory computer science, and new material in the Fourth Edition incorporates concepts related to Java 8, functional programming, and image manipulation.
MyProgrammingLab not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information.
MyProgrammingLab is an online learning system designed to engage students and improve results. MyProgrammingLab consists of a set of programming exercises correlated to specific Pearson CS1/Intro to Programming textbooks. Through practice exercises and immediate, personalized feedback, MyProgrammingLab improves the programming competence of beginning students who often struggle with the basic concepts of programming languages.
Citește tot Restrânge

Preț: 57103 lei

Preț vechi: 65635 lei
-13% Nou

Puncte Express: 857

Preț estimativ în valută:
10104 11865$ 8869£

Carte disponibilă

Livrare economică 06-20 ianuarie 26
Livrare express 20-26 decembrie pentru 8153 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781292161686
ISBN-10: 129216168X
Pagini: 1224
Dimensiuni: 190 x 231 x 48 mm
Greutate: 1.84 kg
Ediția:4. Auflage
Editura: Pearson

Cuprins

  • 1. Introduction to Java Programming
  • 2. Primitive Data and Definite Loops
  • 3. Introduction to Parameters and Objects
  • 4. Conditional Execution
  • 5. Program Logic and Indefinite Loops
  • 6. File Processing
  • 7. Arrays
  • 8. Classes
  • 9. Inheritance and Interfaces
  • 10. ArrayLists
  • 11 Java Collections Framework
  • 12. Recursion
  • 13. Searching and Sorting
  • 14. Stacks and Queues
  • 15. Implementing a Collection Class
  • 16. Linked Lists
  • 17. Binary Trees
  • 18. Advanced Data Structures
  • 19. Functional Programming with Java
  • Appendix A Java Summary
  • Appendix B The Java API Specification and Javadoc Comments
  • Appendix C Additional Java Syntax