Cantitate/Preț
Produs

Learning Java Through Games

Autor Lubomir Stanchev
en Limba Engleză Paperback – 12 noi 2013
Learning Java Through Games teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience.
Taking an application-motivated approach, the text presents an abundance of games. Students must read through the whole chapter to understand all the features that are needed to implement the game. Most chapters start with a description of a game and then introduce different Java constructs for implementing the features of the game on need-to-use bases.
The text teaches students not only how to write code that works but also how to follow good software practices. All sample programs in the text strive to achieve low cohesion and high coupling—the hallmarks of well-designed code. Many programs are refactored multiple times to achieve code that is easy to understand, reuse, and maintain.
The first part of the book covers basic programming techniques, such as conditional statements, loops, methods, arrays, and classes. The second part focuses on more advanced topics, including class inheritance, recursions, sorting algorithms, GUI programming, exception handling, files, and applets.
Citește tot Restrânge

Preț: 48148 lei

Preț vechi: 69941 lei
-31% Nou

Puncte Express: 722

Preț estimativ în valută:
9215 9605$ 7671£

Carte tipărită la comandă

Livrare economică 06-20 ianuarie 25
Livrare express 30 noiembrie-06 decembrie pentru 11530 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781466593312
ISBN-10: 1466593318
Pagini: 386
Ilustrații: 100 b/w images and 11 tables
Dimensiuni: 178 x 254 x 23 mm
Greutate: 0.7 kg
Ediția:New.
Editura: CRC Press
Colecția CRC Press

Cuprins

Basic Principles: Computer Hardware and Software. Data Types and Conditional Statements. Loops. Methods and Formatted Output. Introduction to Arrays. Introduction to Classes. The ArrayList Class and the enum Keyword. Advanced Programming Techniques: Classes Revisited. Fun with Swing. Nested Classes and Event Handling. The Breakout Game (Complete Version). Layout Management and GUI Components. Exception Handling and Files. Recursion. Java Applets. Index.

Notă biografică

Lubomir Stanchev is an associate professor in the Department of Computer Science at Indiana University-Purdue University Fort Wayne. He received a Ph.D. from the David R. Cheriton School of Computer Science at the University of Waterloo. He has taught introductory programming courses and software engineering courses about 15 times in the past eight years. He has published more than five journal articles and more than 20 conference proceedings in the area of computer science. He has been writing software code for over 30 years and has worked as a software developer in four different companies.

Descriere

This text teaches students how to use the different features of the Java language as well as how to program. Suitable for self-study or as part of a two-course introduction to programming, the book covers as much material as possible from the latest Java standard while requiring no previous programming experience. Taking an application-motivated approach, the author presents an abundance of games and emphasizes good software practices. Java code and other materials are available on his website.