Название: Java and Eclipse for Computer Science Автор: Sean Liming, John R. Malin Издательство: Annabooks, LLC. ISBN: 9780991188741 Год: 2018 Страниц: 480 Язык: английский Формат: pdf (true) Размер: 12.1 MB
Almost every job today has some interaction with a computer or a computing device. Computers come in all shapes and sizes such as smartphones, ATM machines, thermostats, test equipment, robotics, point-of-sale systems, cloud servers, projection systems, and, oh yes, personal computers. All of them need to be designed, built, and programmed. Having a good understanding of computer programming and Computer Science can provide a good foundation for one’s career. The Java programming language is one of the most popular programming languages used today. By learning Java, you will have a good understanding of structured programming, and Java is a good vehicle to learn the basics of Computer Science.
Employers are always looking for new-hires to have practical experience. The best way to stand out during the interview process is to demonstrate that you have a familiarity with the tools used by professional programmers. There are many Java development tools available, but when it comes to Java programming, Eclipse is the tool frequently used in the industry. Eclipse is a popular Integrated Development Environment (IDE) that supports Java, C/C++, and web development.
The goal of this textbook is to combine Java programming, Computer Science, and a popular development tool that not only prepares you for the Computer Science curriculum but also beyond the classroom into your professional career. The 14 chapters start with the basics of how Algebra flows into computer programming, moves on to logical program flow, and then to Object Oriented Programming. After these fundamentals come the advanced topics of recursion, search, sort, and Big-O notation. Going beyond the basic curriculum material, the later chapters cover graphical programming with JavaFX, File I/O, an introduction to data structures, and finishes with JavaFX 2-D Game development. There are many computer activities to provide a hands-on experience and keep you involved during the reading of this book.
Chapter 1 The Future Starts Now Chapter 2 Eclipse and Objects Chapter 3 Math and Strings Chapter 4 Controlling the Program Flow and Iteration Chapter 5 Arrays Chapter 6 Methods, Classes, and Packages Chapter 7 Inheritance and Polymorphism Chapter 8 Software Development, Exception Handling, and Other Debug Techniques Chapter 9 Recursion Chapter 10 Sort and Search with Introduction to Algorithm Analysis Chapter 11 Introduction to GUI Programming with Swing and JavaFX Chapter 12 File I/O using the Stream Classes Chapter 13 Introduction to Data Structures: the Collections Framework Chapter 14 JavaFX 2D Games