Must Know Object Oriented Programming in Java
Must Know Object Oriented Programming in Java, available at $54.99, has an average rating of 4.25, with 128 lectures, based on 15 reviews, and has 116 subscribers.
You will learn about Fundamentals of object-oriented programming Classes and objects Control flow Variables and data types Object state Methods and constructors Mistakes to avoid Concatenation Internal and external method calls Collections and Looping Array and ArrayList Importing packages Identity vs equality Exception handling The Iterator class Debugging Java applications Abstraction and modularization Build small projects like Chess and Bank Account And much more. This course is ideal for individuals who are Absolute beginners to programming or Experienced programmers coming from another language or College students who need extra study help or Java developers who want to brush up on the core fundamentals It is particularly useful for Absolute beginners to programming or Experienced programmers coming from another language or College students who need extra study help or Java developers who want to brush up on the core fundamentals.
Enroll now: Must Know Object Oriented Programming in Java
Summary
Title: Must Know Object Oriented Programming in Java
Price: $54.99
Average Rating: 4.25
Number of Lectures: 128
Number of Published Lectures: 128
Number of Curriculum Items: 128
Number of Published Curriculum Objects: 128
Original Price: $199.99
Quality Status: approved
Status: Live
What You Will Learn
- Fundamentals of object-oriented programming
- Classes and objects
- Control flow
- Variables and data types
- Object state
- Methods and constructors
- Mistakes to avoid
- Concatenation
- Internal and external method calls
- Collections and Looping
- Array and ArrayList
- Importing packages
- Identity vs equality
- Exception handling
- The Iterator class
- Debugging Java applications
- Abstraction and modularization
- Build small projects like Chess and Bank Account
- And much more.
Who Should Attend
- Absolute beginners to programming
- Experienced programmers coming from another language
- College students who need extra study help
- Java developers who want to brush up on the core fundamentals
Target Audiences
- Absolute beginners to programming
- Experienced programmers coming from another language
- College students who need extra study help
- Java developers who want to brush up on the core fundamentals
Learn object-oriented programming in the most popular programming language behind your favorite apps and websites.
Must-Know Software Developer Fundamentals Course
Java is the most in-demand and widely used programming language.
That’s why we designed this absolute beginner’s course on only everything you must know about Java.
Get up and running with your first object-oriented programming projects.
You’ll learn all the core fundamentals you need to become a rockstar Java developer.
Start here if you have no programming experience or are coming from another programming language to learn transferable, actionable skills.
What you’ll learn:
-
Fundamentals of object-oriented programming
-
Variables and data types
-
Control flow
-
Classes and objects
-
Methods and constructors
-
Concatenation
-
Object state
-
Array and ArrayList
-
Collections and Looping
-
Internal and external method calls
-
Identity vs equality
-
Importing packages
-
Exception handling
-
The Iterator class
Plus:
-
Mistakes to avoid
-
Real-life small projects
-
Debugging Java applications
-
Abstraction and modularization
With projects like:
-
Chess
-
Bank account
-
Generic game
-
And much more!
No prior experience necessary!
COURSE AUTHOR
Alexandra Kropova, Software Developer at Mammoth Interactive INC.
Alexandra Kropova is a software developer specializing in Java and JavaScript, with extensive experience in full-stack web development and app development. She has helped produce courses for Mammoth Interactive INC. since 2016.
Enroll in this intensive introduction to Java today to begin your career as a software developer.
About Mammoth Interactive
Join 700,000 students in high-quality courses featured at Harvard
-
Lifetime access that never expires
-
Project-based curriculum to superboost your portfolio
-
Graduation certificate for every course
-
Absolute beginner-friendly
-
20-60 hours of new content added every month
Student Reviews from the Community
“Captivating voice, easy to follow at a rapid pace, get some paper and fasten your seat-belts. I’m enjoying every second of this.” PHILIP MURRAY
“100% worth the time invested.” DEREK HASS
Don’t wait. Start now with an amazing Udemy sale.
Course Curriculum
Chapter 1: Section 0 Course Introduction
Lecture 1: 01 What Will We Learn In This Course
Lecture 2: 02 What Is Object-Oriented Programming And Java
Lecture 3: 03 How To Run Java In The Browser
Lecture 4: What Will We Learn In This Course (Slides)
Chapter 2: Section 1 Java Language Fundamentals
Lecture 1: 00 Section 1 Intro
Lecture 2: 01 Java Classes
Lecture 3: 02 Java Objects
Lecture 4: 03 Data Types and Integers
Lecture 5: 04 Doubles
Lecture 6: 05 Boolean
Lecture 7: 06 Character
Lecture 8: 07 Strings
Lecture 9: 08 Object State
Lecture 10: 09 Methods
Lecture 11: 10 Section 1 Summary
Lecture 12: Section 1 Java Language Fundamentals Slides
Lecture 13: Section 1 Code
Chapter 3: Section 2 Building Classes
Lecture 1: 00 Section 2 Intro
Lecture 2: 01 Visibility Modifiers
Lecture 3: 02 Constructors and the Default Constructor
Lecture 4: 03 The Role of the Constructor
Lecture 5: 04 Parameters and Arguments
Lecture 6: 05 Common Constructor Mistake #1
Lecture 7: 06 Common Constructor Mistake #2
Lecture 8: 07 Assignment Statement
Lecture 9: 08 Assignment Operator
Lecture 10: 09 Multiple Variables and Values
Lecture 11: 10 What is Null
Lecture 12: 11 Relational Operators
Lecture 13: 12 Conditional Statements
Lecture 14: 13 If Statement
Lecture 15: 14 Else Statement
Lecture 16: 15 Else If Statement
Lecture 17: 16 Assignment vs Equality
Lecture 18: 17 Throw IllegalArgumentException
Lecture 19: 18 Comments
Lecture 20: 19 Multi-Line Comments
Lecture 21: 20 JavaDoc Comments
Lecture 22: 21 Section 2 Summary
Lecture 23: Section 2 Building Classes Slides
Lecture 24: Section 2 Code
Chapter 4: Section 3 Methods
Lecture 1: 00 Section 3 Intro
Lecture 2: 01 Methods
Lecture 3: 02 Return Types
Lecture 4: 03 Accessor Methods
Lecture 5: 04 Mutator Methods
Lecture 6: 05 Console Output
Lecture 7: 06 Concatenation
Lecture 8: 07 Concatenation and Addition
Lecture 9: 08 Section 3 Summary
Lecture 10: Section 3 Code
Lecture 11: Section 3 Methods Slides
Chapter 5: Section 4 Operators
Lecture 1: 00 Section 4 Introduction
Lecture 2: 01 Logical Operators Introduction
Lecture 3: 02 Logical && Operator
Lecture 4: 03 Logical OR Operator
Lecture 5: 04 More Logical Operators
Lecture 6: 05 Short Circuit Evaluation
Lecture 7: 06 Fields and Parameters
Lecture 8: 07 Local Variables
Lecture 9: 08 Static Variables
Lecture 10: 09 Symbolic Constants
Lecture 11: 10 Section 4 Summary
Lecture 12: Section 4 Operators Slides
Lecture 13: Section 4 Code
Chapter 6: Section 5 Working with Operators
Lecture 1: 00 Section 5 Intro
Lecture 2: 01 Arithmetic Operators With Assignment Operators
Lecture 3: 02 The % Operator
Lecture 4: 03 Overloading Methods
Lecture 5: 04 Switch Statement
Lecture 6: 05 Switch Statement Default Case
Lecture 7: 06 Illegal Types in Switch Statements
Lecture 8: 07 Implicit Boolean Condition in Switch Statements
Lecture 9: 08 While Loops and Infinite Loops
Lecture 10: 09 Section 5 Summary
Lecture 11: Section 5 Working with Operators Slides
Lecture 12: Section 5 Code
Chapter 7: Section 6 Object Interaction
Lecture 1: 00 Section 6 Intro
Lecture 2: 01 Abstraction and Modularization
Lecture 3: 02 The New Operator
Lecture 4: 03 Internal Method Calls
Lecture 5: 04 External Method Calls
Lecture 6: 05 Identity vs Equality
Lecture 7: 06 What Do Each Store: Primitives vs Objects
Lecture 8: 07 Object References
Lecture 9: 08 Garbage Collection
Lecture 10: 09 Methods That Return Values
Lecture 11: 10 Methods of the String Class
Lecture 12: 11 Immutable Strings
Lecture 13: 12 String Equality vs Primitive Equality
Lecture 14: 13 Equality of Non-String Objects
Lecture 15: 14 This Keyword
Lecture 16: 15 Errors and Debugging
Instructors
-
Mammoth Interactive
Top-Rated Instructor, 3.3 Million+ Students -
John Bura
Best Selling Instructor Web/App/Game Developer 1Mil Students
Rating Distribution
- 1 stars: 0 votes
- 2 stars: 1 votes
- 3 stars: 3 votes
- 4 stars: 2 votes
- 5 stars: 9 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Digital Marketing Foundation Course
- Google Shopping Ads Digital Marketing Course
- Multi Cloud Infrastructure for beginners
- Master Lead Generation: Grow Subscribers & Sales with Popups
- Complete Copywriting System : write to sell with ease
- Product Positioning Masterclass: Unlock Market Traction
- How to Promote Your Webinar and Get More Attendees?
- Digital Marketing Courses
- Create music with Artificial Intelligence in this new market
- Create CONVERTING UGC Content So Brands Will Pay You More
- Podcast: The top 8 ways to monetize by Podcasting
- TikTok Marketing Mastery: Learn to Grow & Go Viral
- Free Digital Marketing Basics Course in Hindi
- MailChimp Free Mailing Lists: MailChimp Email Marketing
- Automate Digital Marketing & Social Media with Generative AI
- Google Ads MasterClass – All Advanced Features
- Online Course Creator: Create & Sell Online Courses Today!
- Introduction to SEO – Basic Principles of SEO
- Affiliate Marketing For Beginners: Go From Novice To Pro
- Effective Website Planning Made Simple