For courses in Java programming Unparalleled breadth and depth of object-oriented programming concepts The Deitels’ groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Early Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. [Java How to Program, Late Objects, 11th Edition also is available.] Also Available with MyLab Programming. MyLabTM Programmingis an online learning system designed to engage students and improve results. MyLab Programmingconsists of a set of programming exercises correlated to the programming concepts in this book. Through hundreds of practice problems, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong—and why. MyLab Programmingimproves the programming competence of beginning students who often struggle with the basic concepts and paradigms of popular high-level programming languages. For instructors, a comprehensive gradebook tracks correct and incorrect answers and stores the code inputted by students for review. Note: You are purchasing a standalone product; MyLabTM & MasteringTM does not come packaged with this content. Students, if interested in purchasing this title with MyLab & Mastering, ask your instructor for the correct package ISBN and Course ID. Instructors, contact your Pearson representative for more information. If you would like to purchase both the physical text and MyLab & Mastering, search for: 0134800273 / 9780134800271 Java How to Program, Early Objects Plus MyLab Programming with Pearson eText -- Access Card Package, 11/e Package consists of: 0134743350 / 9780134743356 Java How to Program, Early Objects 0134752120 / 9780134752129 MyLab Programming with Pearson eText -- Access Code Card -- for Java How to Program, Early Objects Students can use the URL and phone number below to help answer their questions: http://247pearsoned.custhelp.com/app/home 800-677-6337
Les mer
Brief Contents Introduction to Computers, the Internet and JavaIntroduction to Java Applications; Input/Output and OperatorsIntroduction to Classes, Objects, Methods and StringsControl Statements: Part 1; Assignment, ++ and -- OperatorsControl Statements: Part 2; Logical OperatorsMethods: A Deeper LookArrays and ArrayListsClasses and Objects: A Deeper LookObject-Oriented Programming: InheritanceObject-Oriented Programming: Polymorphism and InterfacesException Handling: A Deeper LookJavaFX Graphical User Interfaces: Part 1JavaFX GUI: Part 2Strings, Characters and Regular ExpressionsFiles, Input/Output Streams, NIO and XML SerializationGeneric CollectionsLambdas and StreamsRecursionSearching, Sorting and Big OGeneric Classes and Methods: A Deeper LookCustom Generic Data StructuresJavaFX Graphics and MultimediaConcurrencyAccessing Databases with JDBCIntroduction to JShell: Java 9’s REPL Chapters on the Web Operator Precedence ChartASCII Character SetKeywords and Reserved WordsPrimitive TypesUsing the Debugger Appendices on the Web Index Online Chapters and Appendices Swing GUI Components: Part 1Graphics and Java 2DNetworkingJava Persistence API (JPA)JavaServerTM Faces Web Apps: Part 1JavaServerTM Faces Web Apps: Part 2REST-Based Web Services(Optional) ATM Case Study, Part 1: Object-Oriented Design with the UML(Optional) ATM Case Study, Part 2: Implementing an Object-Oriented DesignSwing GUI Components: Part 2Java Module System and Other Java 9 FeaturesUsing the Java API DocumentationCreating Documentation with javadocUnicode®Formatted OutputNumber SystemsBit ManipulationLabeled break and continue StatementsUML 2: Additional Diagram TypesDesign Patterns
Les mer
Prepare students to meet Java programming challenges  Rich coverage of programming fundamentals; real-world examples. Friendly early classes and objects presentation. Use easily with Java™ SE 8 and/or the new Java™ SE 9.Java SE 9 content is in easy-to-include-or-omit sections.Perfect for instructors who want to stay in Java SE 8 for a while and ease into Java SE 9.Perfect for instructors who want to add JShell (Java 9’s interactive Java) to their Java SE 8 or Java SE 9 courses. Signature live-code approach teaches programming by presenting the concepts in the context of complete working programs.The text’s modular organization is appropriate for introductory and intermediate programming courses, and helps instructors plan their syllabi.Comprehensive coverage of concepts and topics:Interactive Java through JShell–Java SE 9’s most exciting new pedagogic feature.Java 9 topics: Modularity (online), collection factory methods and other language and API enhancements.Lambdas, sequential and parallel streams, functional interfaces, immutability.JavaFX GUI, 2D and 3D graphics, animation and video.Composition vs. Inheritance, dynamic composition.Programming to an interface not an implementation.Files, input/output streams and XML serialization.Concurrency for optimal multi-core performance.Other topics: recursion, searching, sorting, generics, generic collections, data structures, optional Swing GUI, multithreading, database (JDBC ™ and JPA).Visit http://deitel.com/books/jhtp11 for reviewer testimonials, Preface, Table of Contents and Foreword. Access to the Companion Website (http://www.pearson.com/deitel) is available with the purchase of a new textbook and provides extra hands-on experience and study aids, including:Extensive VideoNotes allow students to view the problem-solving process outside of the classroom–when they need help the most. In the VideoNotes, co-author Paul Deitel patiently explains most of the programs in the book’s core chapters. Students like viewing the VideoNotes for reinforcement of core concepts and for further insights. Additional chapters and appendices for advanced courses. Evolving Java SE 9 content Source code for the book’s examples (also available at http://deitel.com/books/jhtp11).   Facilitate Learning with Outstanding Applied Pedagogy  Programming Wisdom: Hundreds of valuable programming tips facilitate learning. Icons throughout the text identify Software Engineering Observations, Good Programming Practices, Common Programming Errors, Error-Prevention Tips, Portability Tips, Performance Tips, and Look-and-Feel Observations (for GUI design). These represent the best the authors have gleaned from a combined nine decades of programming and teaching experience.Hundreds of self-review exercises with answers.Hundreds of interesting real-world exercises and projects enable students to apply what they've learned in each chapter (Instructor Solutions Manual contains answers for most).“Making a Difference” exercises encourage students to use computers and the Internet to research and address significant social problems.Most of the programming exercises are titled to help instructors select the most appropriate exercises for homework assignments.    Also Available with MyLab Programming. MyLab™ Programmingis an online learning system designed to engage students and improve results. MyLab Programming consists of a set of programming exercises correlated to the programming concepts in this book. Through hundreds of practice problems, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong—and why.   MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts and paradigms of popular high-level programming languages. For instructors, a comprehensive gradebook tracks correct and incorrect answers and stores the code inputted by students for review. UPDATED! User Interface provides a new streamlined interface based on experienced user feedback. Course creation, configuration, and navigation are now easier than ever.EXPANDED! Exercise Editor now allows you to easily create new programming exercises. In addition to assigning the hundreds of programming exercises already available in MyLab Programming, you can create and assign programming exercises to customize your course.UPDATED! VideoNotes Tutorials provide step-by-step video tutorials specifically designed to enhance the programming concepts presented in Introduction to Java Programming. Students can view the entire problem-solving process outside of the classroom–when they need help the most.Interactive Practice provides first-hand programming experience in an interactive online environment.Immediate feedback  for incorrect answers give students personalized feedback differentiating logical and compiler errors . The error messages include both the feedback from the compiler and plain English interpretations of likely causes for the incorrect answer.NEW! The Plagiarism Detection Tool alerts instructors of potential plagiarism issues by checking:Students’ average submission rateStudents’ average number of attempts until correct Pearson eText gives students access to their textbook anytime, anywhere. In addition to note taking, highlighting, and bookmarking, the Pearson eText offers interactive and sharing features. Rich media options let students watch lecture and example videos as they read or do their homework. Instructors can share their comments or highlights, and students can add their own, creating a tight community of learners in your class.The Pearson eText companion app allows existing subscribers to access their titles on an iPad or Android tablet for either online or offline viewing. Dynamic grading and assessment provide auto-grading of student assignments, saving you time and offering students immediate learning opportunities:A dynamic roster tracks their performance and maintains a record of submissions.The color-coded gradebook gives you a quick glance of your classes' progress. Easily drill down to receive information on a single student's performance or a specific problem. Gradebook results can be exported to Excel to use with your LMS.    
Les mer
About the Book Flexibility Using Java SE 8 or the New Java SE 9 (which includes Java SE 8)Java How to Program, 11/e’s Modular OrganizationIntroduction and Programming FundamentalsFlexible Coverage of Java SE 9: JShell, the Module System and Other Java SE 9 TopicsObject-Oriented Programming Flexible JavaFX/Swing GUI, Graphics and Multimedia CoverageData Structures and Generic CollectionsFlexible Lambdas and Streams CoverageConcurrency and Multi-Core PerformanceDatabase: JDBC and JPAWeb-Application Development and Web ServicesOptional Online Object-Oriented Design Case Study Also available with MyLab Programming. MyLab™ Programming is an online learning system designed to engage students and improve results.  MyLab Programming consists of a set of programming exercises correlated to the programming concepts in this book. Through hundreds of practice problems, the system automatically detects errors in the logic and syntax of their code submissions and offers targeted hints that enable students to figure out what went wrong–and why.  MyLab Programming improves the programming competence of beginning students who often struggle with the basic concepts and paradigms of popular high-level programming languages. For instructors, a comprehensive gradebook tracks correct and incorrect answers and stores the code inputted by students for review. UPDATED! User Interface provides a new streamlined interface based on experienced user feedback. Course creation, configuration, and navigation are now easier than ever.EXPANDED! Exercise Editor now allows you to easily create new programming exercises. In addition to assigning the hundreds of programming exercises already available in MyLab Programming, you can create and assign programming exercises to customize your course.UPDATED! VideoNotes Tutorials provide step-by-step video tutorials specifically designed to enhance the programming concepts presented in Introduction to Java Programming. Students can view the entire problem-solving process outside of the classroom—when they need help the most.The Plagiarism Detection Tool alerts instructors of potential plagiarism issues by checking:Students’ average submission rateStudents’ average number of attempts until correct  
Les mer

Produktdetaljer

ISBN
9780134743356
Publisert
2017-03-30
Utgave
11. utgave
Utgiver
Vendor
Pearson
Vekt
1614 gr
Høyde
230 mm
Bredde
180 mm
Dybde
40 mm
Aldersnivå
U, 05
Språk
Product language
Engelsk
Format
Product format
Heftet
Antall sider
1296

Biographical note

Paul J. Deitel, CEO and Chief Technical Officer of Deitel & Associates, Inc., is a graduate of MIT and has over 35 years of experience in computing. He holds the Java Certified Programmer and Java Certified Developer designations, and is an Oracle Java Champion. Through Deitel & Associates, Inc., he has delivered hundreds of programming courses worldwide to clients, including Cisco, IBM, Siemens, Sun Microsystems (now Oracle), Dell, Fidelity, NASA at the Kennedy Space Center, the National Severe Storm Laboratory, White Sands Missile Range, Rogue Wave Software, Boeing, SunGard Higher Education, Nortel Networks, Puma, iRobot, Invensys and many more. He and his co-author, Dr. Harvey M. Deitel, are the world’s best-selling programming-language textbook/professional book/video authors.

Dr. Harvey M. Deitel, Chairman and Chief Strategy Officer of Deitel & Associates, Inc., has over 55 years of experience in computing. Dr. Deitel earned B.S. and M.S. degrees in Electrical Engineering from MIT and a Ph.D. in Mathematics from Boston University—he studied computing in each of these programs before they spun off Computer Science programs. He has extensive college teaching experience, including earning tenure and serving as the Chairman of the Computer Science Department at Boston College before founding Deitel & Associates, Inc., in 1991 with his son, Paul. The Deitels’ publications have earned international recognition, with more than 100 translations published in Japanese, German, Russian, Spanish, French, Polish, Italian, Simplified Chinese, Traditional Chinese, Korean, Portuguese, Greek, Urdu and Turkish. Dr. Deitel has delivered hundreds of programming courses to academic, corporate, government and military

clients.