Cantitate/Preț
Produs

Starting Out with Java

Autor Tony Gaddis
en Limba Engleză Mixed media product
NOTE. Before purchasing, check with your instructor to ensure you select the correct ISBN. Several versions of the MyLab(TM)and Mastering(TM) platforms exist for each title, and registrations are not transferable. To register for and use MyLab or Mastering, you may also need a Course ID, which your instructor will provide.

Used books, rentals, and purchases made outside of Pearson

If purchasing or renting from companies other than Pearson, the access codes for the MyLab platform may not be included, may be incorrect, or may be previously redeemed. Check with the seller before completing your purchase.

For courses in computer programming in Java.

This package includes MyLab Programming.


Provide a step-by-step introduction to programming in Java

Starting Out with Java: From Control Structures through Objects provides a step-by-step introduction to programming in Java. Gaddis covers procedural programming-control structures and methods-before introducing object-oriented programming to ensure that students understand fundamental programming and problem-solving concepts. As with all Gaddis texts, every chapter contains clear and easy-to-read code listings, concise and practical real-world examples, and an abundance of exercises. With the 7th Edition, JavaFX has replaced Swing as the standard GUI library for Java in chapters that focus on GUI development. The Swing and Applet material from the previous edition is available online.

Reach every student by pairing this text with MyLab Programming

MyLab(TM) is the teaching and learning platform that empowers you to reach every student. By combining trusted author content with digital tools and a flexible platform, MyLab personalizes the learning experience and improves results for each student.With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work.

Reach every student by pairing this text with MyLab Programming

MyLab(TM) is the teaching and learning platform that empowers instructors to reach every student. By combining trusted author content with digital tools and a flexible platform, MyLab personalizes the learning experience and improves results for each student. With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work.


0135188636/9780135188637 Starting Out with Java: From Control Structures through Objects Plus MyLab Programming, 7/e

Package consists of:

  • 0134793676 / 9780134793672 MyLab Programming
  • 0134802217 / 9780134802213 Starting Out with Java: From Control Structures through Objects
Citește tot Restrânge

Toate formatele și edițiile

Toate formatele și edițiile Preț Express
Paperback (1) 116316 lei  6-8 săpt.
  Pearson Education (US) – 15 feb 2017 116316 lei  6-8 săpt.
Paperback (1) 54140 lei  3-5 săpt. +000 lei  7-13 zile
  Pearson – 14 aug 2024 54140 lei  3-5 săpt. +000 lei  7-13 zile

Preț: 91248 lei

Preț vechi: 118504 lei
-23%

Puncte Express: 1369

Preț estimativ în valută:
16160 18873$ 14038£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780135188637
ISBN-10: 0135188636
Pagini: 1168
Ediția:7

Notă biografică

About our author Tony Gaddis is the principal author of the Starting Out With series of textbooks. He has 20 years of experience teaching computer science courses, primarily at Haywood Community College. Tony is a highly acclaimed instructor who was previously selected as the North Carolina Community College "Teacher of the Year" and has received the Teaching Excellence award from the National Institute for Staff and Organizational Development. The Starting Out With series includes introductory textbooks covering programming logic and design, C++, Java, Microsoft� Visual Basic�, Microsoft� Visual C#, Python, Alice and App Inventor, all published by Pearson.

Cuprins

  1. Introduction to Computers and Java
  2. Java Fundamentals
  3. Decision Structures
  4. Loops and Files
  5. Methods
  6. A First Look at Classes
  7. Arrays and the ArrayList Class
  8. A Second Look at Classes and Objects
  9. Text Processing and Wrapper Classes
  10. Inheritance
  11. Exceptions and Advanced File I/O
  12. JavaFX: GUI Programming and Basic Controls
  13. JavaFX: Advanced Controls
  14. JavaFX: Graphics, Effects, and Media
  15. Recursion
  16. Databases
APPENDICES
  • JOptionPane Dialogs
  • The ASCII/Unicode Characters
  • Operator Precedence and Associativity
  • Java Keywords
  • Installing OpenJDK and Using the JDK Documentation
  • Installing and Working with JavaFX
  • Using the javadoc Utility
  • More about the Math Class
  • Packages
  • Working with Records and Random Access Files
  • Downloading and Installing Apache Derby
  • The QuickSort Algorithm
  • Named Colors
  • Answers to Odd-Numbered Review Questions
  • CASE STUDIES
    1. Calculating Sales Commission
    2. The Amortization Class
    3. The PinTester Class
    4. Parallel Arrays
    5. The FeetInches Class
    6. The SerialNumber Class
    7. A Simple Text Editor Application Using Swing