Cantitate/Preț
Produs

Java: An Introduction to Problem Solving and Programming, Global Edition

Autor Walter Savitch
en Limba Engleză Paperback – 17 oct 2018
For courses in introductory Computer Science courses using Java, and other introductory programming courses in Computer Science, Computer Engineering, CIS, MIS, IT, and Business.
A Concise, Accessible Introduction to Java Programming
Ideal for a wide range of introductory computer science courses, Java: An Introduction to Problem Solving and Programming, 8th Edition introduces students to object-oriented programming and important concepts such as design, testing and debugging, programming style, interfaces and inheritance, and exception handling. A concise, accessible introduction to Java, the text covers key Java language features in a manner that resonates with introductory programmers. Objects are covered early and thoroughly in the text. The author's tried-and-true pedagogy incorporates numerous case studies, programming examples, and programming tips, while flexibility charts and optional graphics sections allow instructors to order chapters and sections based on their course needs. This 8th Edition incorporates new examples, updated material, and revisions.
Also available with Pearson MyLab Programming
MyLab™ Programming is an online learning system designed to engage students and improve results. Pearson MyLab Programming consists of programming exercises correlated to the concepts and objectives in this book. Through practice exercises and immediate, personalized feedback, Pearson MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts of programming languages.
Citește tot Restrânge

Preț: 50748 lei

Preț vechi: 58331 lei
-13% Nou

Puncte Express: 761

Preț estimativ în valută:
9713 10312$ 8046£

Carte disponibilă

Livrare economică 05-19 decembrie
Livrare express 20-26 noiembrie pentru 8057 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781292247472
ISBN-10: 1292247479
Pagini: 1264
Dimensiuni: 231 x 189 x 35 mm
Greutate: 1.97 kg
Ediția:8 ed
Editura: Pearson Education

Cuprins

  • 1. Introduction to Computers and Java
  • 2. Basic Computation
  • 3. Flow of Control: Branching
  • 4. Flow of Control: Loops
  • 5. Defining Classes and Methods
  • 6. More About Objects and Methods
  • 7. Arrays
  • 8. Inheritance, Polymorphism, and Interfaces
  • 9. Exception Handling
  • 10. Streams, File I/O, and Networking
  • 11. Recursion
  • 12. Dynamic Data Structures and Generics