Quick Java

Matuszek, David

  • 出版商: CRC
  • 出版日期: 2023-09-13
  • 售價: $1,400
  • 貴賓價: 9.5$1,330
  • 語言: 英文
  • 頁數: 214
  • 裝訂: Quality Paper - also called trade paper
  • ISBN: 1032502770
  • ISBN-13: 9781032502779
  • 相關分類: Java 程式語言
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

"We'll be doing this next project in Java."

Unfortunately, you're a C++ programmer, or maybe a Python programmer. How are you going to get up to speed in a hurry? There are lots of Java books for beginners, telling you all about what a computer is and how it represents everything in bits. You don't need that. At the other extreme, there are thousand-page tomes that you aren't going to get through in a few days, if ever. You need something in-between.

This book is intended to fill that gap. It's written for the programmer who doesn't need to be taught how to program, just how to do it in Java--and who needs to get started in a hurry.

Java is covered from the inside out. First, all the things that go inside a class, most of which are practically identical to C++. After that, all the various and complicated kinds of classes and interfaces and how they relate to each other in large-scale programs.

Testing is essential, so (unlike most Java books) JUnit is covered in detail. Then, in case you need to go in that direction, some functional programming, a little about parallel programming, and more than enough to get you started in building GUIs (graphical user interfaces) and doing animation.

There's a lot in this little book and, despite my best efforts, you won't learn Java in a weekend. But it should be a good start.

FEATURES

  • Circular approach allows very fast entry into Java
  • Full description of Junit testing
  • Summary of functional programming in Java
  • Introduction to synchronization and parallel processing
  • Extensive description of building GUIs

作者簡介

David L. Matuszek was Director of the Masters in Computer and Information Technology course at the University of Pennsylvania, USA (2001-2017). With 40 years teaching experience, and 45 years programming experience, David is skilled in both the design of innovative software systems and in teaching others how to master programming languages in an accessible and engaging way.