Companies Home Search Profile

Getting Started with Programming in Java 11

Focused View

Jim Wilson

4:42:32

17 View
  • 0. Course Overview.mp4
    01:16
  • 0. Introduction.mp4
    01:15
  • 1. Creating Your App with IntelliJ.mp4
    06:10
  • 2. IDE, JDK, and JRE.mp4
    03:37
  • 3. Running from the Command Line.mp4
    02:31
  • 4. Locating the Java Command.mp4
    02:10
  • 5. Statement Structure and Whitespace.mp4
    01:47
  • 6. Comments.mp4
    02:34
  • 7. Using Comments in Code.mp4
    05:12
  • 8. Introducing Packages.mp4
    05:29
  • 9. Using Packages.mp4
    05:05
  • 10. Summary.mp4
    03:15
  • 0. Introduction.mp4
    01:22
  • 1. Variables.mp4
    03:56
  • 2. Primitive Data Types.mp4
    05:35
  • 3. Primitive Types Are Stored by Value.mp4
    01:44
  • 4. Arithmetic Operators.mp4
    03:15
  • 5. Prefix, Postfix, and Compound Assignment Operators.mp4
    04:50
  • 6. Operator Precedence.mp4
    01:49
  • 7. A Closer Look at Operator Precedence.mp4
    04:40
  • 8. Type Conversion.mp4
    04:19
  • 9. A Closer Look at Type Conversion.mp4
    04:27
  • 10. Summary.mp4
    03:17
  • 0. Introduction.mp4
    01:20
  • 1. Conditional Logic and Relational Operators.mp4
    04:09
  • 2. If-else Statement.mp4
    03:08
  • 3. Creating the CalcEngine Project.mp4
    03:21
  • 4. Logical Operators.mp4
    05:21
  • 5. Logical vs. Conditional.mp4
    03:15
  • 6. Block Statements.mp4
    05:09
  • 7. Using Block Statements in CalcEngine.mp4
    04:17
  • 8. Switch Statement.mp4
    02:36
  • 9. Using Switch Statement and Conditional Assignment.mp4
    03:08
  • 10. Summary.mp4
    03:08
  • 0. Introduction.mp4
    01:02
  • 1. While Loops.mp4
    04:03
  • 2. Do-while Loop.mp4
    03:31
  • 3. For Loop.mp4
    03:08
  • 4. Arrays.mp4
    05:01
  • 5. CalcEngine with Parallel Arrays.mp4
    05:42
  • 6. For-each Loop.mp4
    02:31
  • 7. CalcEngine with For-each Loop.mp4
    02:46
  • 8. Summary.mp4
    02:44
  • 0. Introduction.mp4
    01:03
  • 1. Declaring and Calling Methods.mp4
    04:39
  • 2. Parameters.mp4
    02:11
  • 3. Parameter Passing Behavior.mp4
    02:29
  • 4. Exiting a Method.mp4
    04:22
  • 5. Returning a Value.mp4
    03:08
  • 6. CalcEngine with Methods.mp4
    04:36
  • 7. Command-line Arguments.mp4
    02:46
  • 8. CalcEngine Command-line Arguments.mp4
    05:04
  • 9. Running CalcEngine with Command-line Arguments.mp4
    03:20
  • 10. Summary.mp4
    02:16
  • 0. Introduction.mp4
    01:13
  • 1. String Class.mp4
    03:04
  • 2. String Equality.mp4
    04:32
  • 3. String Methods and String Conversions.mp4
    04:00
  • 4. Adding String Support to CalcEngine.mp4
    05:27
  • 5. Making CalcEngine Interactive.mp4
    06:03
  • 6. Running CalcEngine Interactively.mp4
    03:42
  • 7. StringBuilder.mp4
    04:12
  • 8. Building String Output in CalcEngine.mp4
    04:51
  • 9. Summary.mp4
    02:29
  • 0. Introduction.mp4
    02:40
  • 1. String Concatenation vs. Formatting.mp4
    03:34
  • 2. Parts of a Format Specifier.mp4
    02:56
  • 3. Displaying Radix.mp4
    02:22
  • 4. Managing Width and Padding.mp4
    03:20
  • 5. Grouping Values.mp4
    01:56
  • 6. Controlling Appearance of Positive and Negative Values.mp4
    03:42
  • 7. CalcEngine with String Formatting.mp4
    03:07
  • 8. Argument Index.mp4
    03:51
  • 9. Summary.mp4
    02:05
  • 0. Introduction.mp4
    01:05
  • 1. Understanding Time.mp4
    02:47
  • 2. Local and Global Date-Time.mp4
    02:48
  • 3. Adding Date Arithmetic to CalcEngine.mp4
    04:48
  • 4. Displaying CalcEngine Date Results.mp4
    02:05
  • 5. Formatting Dates.mp4
    03:15
  • 6. Primitive Wrapper Classes.mp4
    02:44
  • 7. CalcEngine with Word and Number Support.mp4
    04:07
  • 8. Classes and Interfaces.mp4
    02:41
  • 9. Summary.mp4
    02:17
  • Description


    This course provides you with everything you need to know to get started programming in Java and serves as a strong foundation for all Java-based development environments including client-based, server-side, Android, and big data platforms.

    What You'll Learn?


      Java is one of the most popular and widely-used programming languages in the world. It is supported by billions of devices. Whether you are interested in client-based, server-side, Android, or big data development, understanding how to program in Java is a critical part of being successful. In this course, Getting Started with Programming in Java 11, you will learn everything you need to know to get started developing applications using the Java programming language. First, you will learn how to create an application, structure statements, declare variables, use primitive types, and provide application control flow. Next, you will explore how to work with more sophisticated language elements such as arrays, methods, and parameters. Finally, you will discover how to accept command-line arguments, interact with the user, and work with rich data types such as strings and dates. When you are finished with this course, you will have the foundational knowledge of the Java programming language that will enable you to become a successful Java programmer.

    More details


    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Category
    Jim Wilson is president of JW Hedgehog, Inc., a consulting firm specializing in solutions for the Android, iOS, and Microsoft platforms. Jim has over 30 years of software engineering experience, with the past 15 years heavily focused on creating mobile device and location-based solutions. He has co-founded multiple software-related startups and has served in a consulting role at several more. After nearly a decade as a Microsoft Device Application Development MVP, Jim now focuses on developing Android and iOS device applications. Jim's passion is mentoring software developers. He enjoys the native development experience of Java on Android and Objective-C on iOS just as much as the cross-platform experience of .NET-based device development with Xamarin. Jim has authored more than 30 articles on device application development and has served as a contributing expert on mobile software development issues to a variety of media outlets. Jim’s latest book is Creating Dynamic UI with Android Fragments. Jim and his wife, along with several cats, split their time between Celebration, Florida (just 3 miles from Walt Disney World) and Weirs Beach, New Hampshire. Check out Jim's blog where he talks about a variety of mobile software development issues as well as the fun of a life split between the busy region of the "House of Mouse" and the quiet of NH’s lakes & mountains.
    Pluralsight, LLC is an American privately held online education company that offers a variety of video training courses for software developers, IT administrators, and creative professionals through its website. Founded in 2004 by Aaron Skonnard, Keith Brown, Fritz Onion, and Bill Williams, the company has its headquarters in Farmington, Utah. As of July 2018, it uses more than 1,400 subject-matter experts as authors, and offers more than 7,000 courses in its catalog. Since first moving its courses online in 2007, the company has expanded, developing a full enterprise platform, and adding skills assessment modules.
    • language english
    • Training sessions 84
    • duration 4:42:32
    • level preliminary
    • English subtitles has
    • Release Date 2023/10/14