We may earn an affiliate commission when you visit our partners.
Course image
Coursera logo

Java Object Basics

Functions, Recursion, and Objects

Patrick Ester, Anh Le, and Elise Deitrick

Code and run your first Java program in minutes without installing anything!

Read more

Code and run your first Java program in minutes without installing anything!

This course is designed for learners with limited coding experience, providing a solid foundation of not just Java, but core Computer Science topics that can be transferred to other languages. The modules in this course cover functions, recursion, objects, and mutability. Completion of the prior 2 courses in this specialization are recommended.

To allow for a truly hands-on, self-paced learning experience, this course is video-free. Assignments contain short explanations with images and runnable code examples with suggested edits to explore code examples further, building a deeper understanding by doing. You'll benefit from instant feedback from a variety of assessment items along the way, gently progressing from quick understanding checks (multiple choice, fill in the blank, and un-scrambling code blocks) to small, approachable coding exercises that take minutes instead of hours.

Enroll now

What's inside

Syllabus

User-Defined Methods
Welcome to Week 1 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover re-using pieces of code by wrapping them in functions. You can create functions that take in and/or return data. The module ends with a lab and graded coding exercises.
Read more
Recursion
Welcome to Week 2 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover creating recursive functions and identifying when recursion can be used instead of traditional iteration. The module ends with a lab and graded coding exercises.
Introduction to Objects
Welcome to Week 3 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover creating user-defined classes and how to instantiate an object based on these classes. The module ends with a lab and graded coding exercises.
Mutability
Welcome to Week 4 of the Java Object Basics: Functions, Recursion, and Objects course. These assignments cover changing attributes associated with an object through methods. The module ends with a lab and graded coding exercises.

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Develops core Computer Science topics that can be transferred to other languages
Suitable for learners with limited coding experience
Provides video-free, self-paced learning experience with instant feedback
Taught by experienced instructors in the field
May require completion of prior courses in the specialization

Save this course

Save Java Object Basics: Functions, Recursion, and Objects to your list so you can find it easily later:
Save

Reviews summary

Java object basics: some confusions

According to students, Java Object Basics contains some confusing elements. More specifically, some coding challenges are stated vaguely. Additionally, learners note that labs sometimes digress from the material covered in class.
Labs sometimes stray from the material.
"Also the labs that are provided go on a tangent from the information that we cover."
Coding challenges have unclear directions.
"Some of the directions on the the coding challenges are vague."

Activities

Coming soon We're preparing activities for Java Object Basics: Functions, Recursion, and Objects. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Java Object Basics: Functions, Recursion, and Objects will develop knowledge and skills that may be useful to these careers:
Java Developer
Java Developers are in great demand, as Java is one of the most popular programming languages in the world. This course will help you build a solid foundation in Java, covering essential topics such as functions, recursion, objects, and mutability. With this knowledge, you'll be well-prepared to enter the field of Java development.
Software Engineer
Software Engineers design, develop, and maintain software systems. This course will provide you with a strong foundation in Java, which is a widely-used programming language in software development. You'll learn about functions, recursion, objects, and mutability, which are all essential concepts for Software Engineers.
Computer Programmer
Computer Programmers write and maintain computer programs. This course will teach you the fundamentals of Java, a popular programming language used by Computer Programmers. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for success in this field.
Web Developer
Web Developers design and develop websites and web applications. This course will help you build a foundation in Java, a programming language that is often used in web development. You'll learn about functions, recursion, objects, and mutability, which are all essential concepts for Web Developers.
Data Analyst
Data Analysts collect, analyze, and interpret data to help businesses make informed decisions. This course will provide you with a foundation in Java, a programming language that is often used in data analysis. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Data Analysts.
IT Specialist
IT Specialists provide technical support and maintenance for computer systems and networks. This course will help you build a foundation in Java, a programming language that is often used in IT. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for IT Specialists.
Computer Scientist
Computer Scientists research and develop new computing technologies. This course will provide you with a foundation in Java, a programming language that is often used in computer science research. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Computer Scientists.
Information Security Analyst
Information Security Analysts protect computer systems and networks from unauthorized access and attacks. This course will help you build a foundation in Java, a programming language that is often used in information security. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Information Security Analysts.
Database Administrator
Database Administrators manage and maintain databases. This course will provide you with a foundation in Java, a programming language that is often used in database administration. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Database Administrators.
Network Administrator
Network Administrators manage and maintain computer networks. This course will help you build a foundation in Java, a programming language that is often used in network administration. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Network Administrators.
Systems Analyst
Systems Analysts design and implement computer systems. This course will provide you with a foundation in Java, a programming language that is often used in systems analysis. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Systems Analysts.
Project Manager
Project Managers plan and execute projects. This course will help you build a foundation in Java, a programming language that is sometimes used in project management. You'll learn about functions, recursion, objects, and mutability, which are all important concepts for Project Managers.
Business Analyst
Business Analysts analyze business processes and recommend improvements. This course may be useful for Business Analysts who want to learn more about Java, a programming language that is sometimes used in business analysis.
Technical Writer
Technical Writers create documentation for software and other technical products. This course may be useful for Technical Writers who want to learn more about Java, a programming language that is sometimes used in software development.
Quality Assurance Analyst
Quality Assurance Analysts test software to ensure that it meets quality standards. This course may be useful for Quality Assurance Analysts who want to learn more about Java, a programming language that is sometimes used in software testing.

Reading list

We've selected 12 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Java Object Basics: Functions, Recursion, and Objects.
The Art of Computer Programming book about computer programming. It covers topics such as algorithms, data structures, and programming techniques. It good choice for both beginners and experienced programmers who want to learn more about computer programming.
Java: The Complete Reference comprehensive guide to the Java programming language. It covers everything from the basics to advanced topics, such as concurrency and networking. It good choice for both beginners and experienced programmers who want to learn more about Java.
Algorithms book about algorithms. It covers topics such as sorting, searching, and graph algorithms. It good choice for both beginners and experienced programmers who want to learn more about algorithms.
Structure and Interpretation of Computer Programs book about computer science. It covers topics such as data structures, algorithms, and programming languages. It good choice for both beginners and experienced programmers who want to learn more about computer science.
Effective Java book of best practices for writing Java code. It covers topics such as object-oriented design, concurrency, and performance. It good choice for experienced programmers who want to improve their Java skills.
The Mythical Man-Month: Essays on Software Engineering book about software engineering. It covers topics such as software project management, software development, and software testing. It good choice for both beginners and experienced programmers who want to learn more about software engineering.
Design Patterns: Elements of Reusable Object-Oriented Software book about design patterns. Design patterns are solutions to common problems in software design. They can help you to write code that is more flexible, reusable, and maintainable.
Java Concurrency in Practice book about concurrent programming in Java. It covers topics such as threads, locks, and synchronization. It good choice for experienced programmers who want to learn more about concurrent programming.
Thinking in Java book about object-oriented programming in Java. It covers topics such as classes, objects, and inheritance. It good choice for beginners who want to learn how to think like a Java programmer.
Head First Java covers the basics of Java, including object-oriented programming, data structures, and algorithms. It good choice for beginners who want to learn Java quickly and easily.
Clean Code: A Handbook of Agile Software Craftsmanship book about writing clean and maintainable code. It covers topics such as naming conventions, formatting, and refactoring. It good choice for both beginners and experienced programmers who want to improve their code quality.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Here are nine courses similar to Java Object Basics: Functions, Recursion, and Objects.
Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser