美文网首页
Core Java 9, Second Edition

Core Java 9, Second Edition

作者: 寺院的研究僧 | 来源:发表于2018-04-30 00:41 被阅读38次
    image image

    Core Java® has long been recognized as the leading, no-nonsense tutorial and reference for experienced programmers who want to write robust Java code for real-world applications.

    In Core Java® LiveLessons, Second Edition, Cay S. Horstmann takes that same approach to introducing experienced programmers to Java, with detailed demonstration. This training pairs with the forthcoming eleventh edition of Core Java®, Volume I‚ÄìFundamentals, which is being fully updated to cover Java SE 9 and 10.

    Description
    The first two lessons of Core Java® LiveLessons, Second Edition, quickly review the history of Java and show you, step by step, how to install the software development environment.

    In lesson 3, you will learn how to do in Java what you already know in another programming language: write branches and loops, and work with numbers, strings, and arrays.

    Lesson 4 covers object-oriented programming. Java is thoroughly object-oriented, and the lesson shows you how to use built-in classes and how to build your own.

    Lessons 5 and 6 cover inheritance and interfaces as well as the lambda expressions, a powerful new feature of Java SE 8.

    Lesson 7 shows you what to do when your programs do the wrong thing. The lesson covers exception handling, logging, and debugging.

    In lesson 8, you will learn how to write generic code that works for many different data types.

    Lesson 9 puts those skills to work, when we examine the multitude of Java collections that allow you to organize your data in many ways.

    The final three lessons introduce the fundamentals of user interface programming in Java.

    What You Will Learn
    When you have completed this course, you will know enough Java to put it to work anywhere where Java is used: in backend servers, desktops, mobile devices, and embedded systems.

    Who Should Take This Course
    Programmers who are comfortable in another language and want to learn Java.

    Course Requirements
    Any procedural or object-oriented programming language such as C, C++, C#, JavaScript, Matlab, Python, Perl, PHP, Objective-C, R, Swift, or Visual Basic.

    Table of Contents
    Introduction
    Lesson 1: An Introduction to Java
    Lesson 2: The Java Programming Environment
    Lesson 3: Fundamental Programming Structures in Java
    Lesson 4: Objects and Classes
    Lesson 5: Inheritance
    Lesson 6: Interfaces, Lambda Expressions, and Inner Classes
    Lesson 7: Exceptions, Assertions, and Logging
    Lesson 8: Generic Programming
    Lesson 9: Collections
    Lesson 10: JavaFX
    Lesson 11: Swing Principles
    Lesson 12: User Interface Components with Swing
    Summary


    链接: https://pan.baidu.com/s/1zoWOshkC-yraS6n5t5V-aw 密码: xpvq

    相关文章

      网友评论

          本文标题:Core Java 9, Second Edition

          本文链接:https://www.haomeiwen.com/subject/xvaalftx.html