Introduction to Java This video training course introduces the Java programming language and how to develop Java applications using Eclipse. VIEW SAMPLE VIDEO Package Outline MODULE 1 OVERVIEW OF JAVA We’ll start out with discussing the history of Java, and look at some of the concepts that shape the language. MODULE 2 BASIC OBJECT CONCEPTS In this chapter, we’re going to talk about some of the terminology that we use in object oriented programming. MODULE 3 BASIC JAVA SYNTAX In this module we’ll look at basic syntax, keywords and variable names. MODULE 4 OPERATIONS AND MAKING DECISIONS In this module we’re going to go through all the different categories of operators in Java. We’ll discuss how they work and look at examples of each one. MODULE 5 USING CLASSES AND OBJECTS An object is a grouping of data and methods together into one package. Each object in memory will be unique and will have its own values for its fields. MODULE 6 WRITING CLASSES There will always be a need for you to write your own classes to use within your applications. MODULE 7 CONTROLLING CODE ACCESS AND CODE ORGANIZATION It’s not a good idea to allow direct access to the fields in our objects. If we allow that, we lose control over what values can be assigned to the fields. MODULE 8 CONSTRUCTORS AND CLASS MEMBERS Constructors are special methods that you add to your class definition. Their job is to initialize the instance variables in an object. MODULE 9 ADVANCED CONTROL STRUCTURES Loops and other control structures make it easy to write code that’s going to be repeated. MODULE 1- INHERITANCE Inheritance lets us take features that are common to two classes and move them up in the hierarchy. MODULE 11 EXCEPTIONS When something goes wrong in a library call, an exception is thrown. It gives us the opportunity to solve the problem rather than having our program crash. Team Package Starting at $4,999 One year of access to this 8-part series of videos for up to 15 users Enroll Today Individual Package Starting at $99 3-months of access to this 8-part series of videos for one user Enroll Today Questions, queries? Contact us today for more information on the Architecture Fundamentals On-Demand training experience. VID1002 was last modified: October 7th, 2018 by admin
Introduction to Java This video training course introduces the Java programming language and how to develop Java applications using Eclipse. VIEW SAMPLE VIDEO Package Outline MODULE 1 OVERVIEW OF JAVA We’ll start out with discussing the history of Java, and look at some of the concepts that shape the language. MODULE 2 BASIC OBJECT CONCEPTS In this chapter, we’re going to talk about some of the terminology that we use in object oriented programming. MODULE 3 BASIC JAVA SYNTAX In this module we’ll look at basic syntax, keywords and variable names. MODULE 4 OPERATIONS AND MAKING DECISIONS In this module we’re going to go through all the different categories of operators in Java. We’ll discuss how they work and look at examples of each one. MODULE 5 USING CLASSES AND OBJECTS An object is a grouping of data and methods together into one package. Each object in memory will be unique and will have its own values for its fields. MODULE 6 WRITING CLASSES There will always be a need for you to write your own classes to use within your applications. MODULE 7 CONTROLLING CODE ACCESS AND CODE ORGANIZATION It’s not a good idea to allow direct access to the fields in our objects. If we allow that, we lose control over what values can be assigned to the fields. MODULE 8 CONSTRUCTORS AND CLASS MEMBERS Constructors are special methods that you add to your class definition. Their job is to initialize the instance variables in an object. MODULE 9 ADVANCED CONTROL STRUCTURES Loops and other control structures make it easy to write code that’s going to be repeated. MODULE 1- INHERITANCE Inheritance lets us take features that are common to two classes and move them up in the hierarchy. MODULE 11 EXCEPTIONS When something goes wrong in a library call, an exception is thrown. It gives us the opportunity to solve the problem rather than having our program crash. Team Package Starting at $4,999 One year of access to this 8-part series of videos for up to 15 users Enroll Today Individual Package Starting at $99 3-months of access to this 8-part series of videos for one user Enroll Today Questions, queries? Contact us today for more information on the Architecture Fundamentals On-Demand training experience. VID1002 was last modified: October 7th, 2018 by admin