Starting Out with Java: From Control Structures through Objects, Global Edition
Autor Tony Gaddisen Limba Engleză Paperback – 2 dec 2024
A clear and student-friendly way to teach Java fundamentals. With Revel� for Starting Out with Java: Control Structures Through Objects, CS1 author and instructor Tony Gaddis uses a step-by-step approach to introduce students to programming in Java. Procedural programming, control structures and methods, is covered before object-oriented programming to ensure that students understand fundamental programming and problem-solving concepts. Every chapter includes clear and easy-to-read code listings, concise and practical real-world examples, focused explanations, and an abundance of exercises. The 8th Edition introduces students to JShell, including JShell experiment sections that offer students opportunities to explore Java coding and prototyping. Updated topics include new coverage of JavaFX, several new String methods, variable declarations using var to simplify complex variable declarations, expanded inheritance coverage, and more.
Revel empowers students to actively participate in learning. More than a digital textbook, Revel delivers an engaging blend of author content, media, and assessment. With Revel, students read and practice essential coding skills in one continuous experience, anytime, anywhere, on any device. Learn more about Revel.
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (2) | 472.98 lei 3-5 săpt. | +74.75 lei 6-12 zile |
Pearson Education – 2 dec 2024 | 472.98 lei 3-5 săpt. | +74.75 lei 6-12 zile |
– | 1086.35 lei 3-5 săpt. |
Preț: 472.98 lei
Preț vechi: 543.66 lei
-13% Nou
Puncte Express: 709
Preț estimativ în valută:
90.56€ • 94.30$ • 75.14£
90.56€ • 94.30$ • 75.14£
Carte disponibilă
Livrare economică 24 ianuarie-07 februarie
Livrare express 09-15 ianuarie pentru 84.74 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781292453248
ISBN-10: 1292453249
Pagini: 992
Greutate: 2.1 kg
Ediția:8 ed
Editura: Pearson Education
ISBN-10: 1292453249
Pagini: 992
Greutate: 2.1 kg
Ediția:8 ed
Editura: Pearson Education
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
- Introduction to Computers and Java
- Java Fundamentals
- Decision Structures
- Loops and Files
- Methods
- A First Look at Classes
- Arrays and the ArrayList Class
- A Second Look at Classes and Objects
- Text Processing and Wrapper Classes
- Inheritance
- Exceptions and Advanced File I/O
- JavaFX: GUI Programming and Basic Controls
- JavaFX: Advanced Controls
- JavaFX: Graphics, Effects, and Media
- Recursion
- Databases
- 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
- Calculating Sales Commission
- The Amortization Class
- The PinTester Class
- Parallel Arrays
- The FeetInches Class
- The SerialNumber Class
- A Simple Text Editor Application Using Swing