This course provides an introduction to the Java language and object-oriented programming, including an overview of Java syntax and how it differs from a language like Python. Students will learn how to write custom Java classes and methods, and how to test their code using unit testing and test-driven development. Topics include basic data structures like Arrays and ArrayLists and overloading methods.
課程信息
High school or college math.
“Introduction to Python Programming” Coursera course or equivalent prior knowledge of basic programming concepts.
您將學到的內容有
Identify core aspects of object-oriented programming and features of the Java language.
Use Eclipse for writing and running Java code.
Develop programs that use Java collections and apply core object-oriented programming concepts using classes, polymorphism, and method overloading.
Test code by applying principles of test-driven development using Java's unit testing framework.
您將獲得的技能
- Java Tools
- Unit Testing
- Java Programming
- Object-Oriented Programming (OOP)
- Java Syntax
High school or college math.
“Introduction to Python Programming” Coursera course or equivalent prior knowledge of basic programming concepts.
提供方

宾夕法尼亚大学
The University of Pennsylvania (commonly referred to as Penn) is a private university, located in Philadelphia, Pennsylvania, United States. A member of the Ivy League, Penn is the fourth-oldest institution of higher education in the United States, and considers itself to be the first university in the United States with both undergraduate and graduate studies.
立即開始攻讀碩士學位
授課大綱 - 您將從這門課程中學到什麼
Module 1 : Introduction to Java, Classes, & Eclipse
Welcome to Java! This first module provides an introduction to the Java language and object-oriented programming. It includes an overview of Java syntax, in particular, how it differs from a language like Python. Topics will include variables and data types, loops and conditionals, printing to the console, scanning for user input, and code documentation. This module also explains the structure and inner-workings of a Java class and teaches you how to define your own custom classes and methods.
Module 2 : Unit Testing, Arrays, & ArrayLists
In this module, you will be taught to test your code to get it working. The best way to do this is to write a set of unit tests that you can run against your program, at any time. In this module, we'll learn how to do unit testing in Java, and why we want to do it. We’ll also learn all about Java Arrays, which are collections of items, and ArrayLists, which are kind of like arrays, but much more flexible. These work just like lists in Python. ArrayLists are part of Java’s larger Collections Framework, which we’ll continue to reference throughout this course.
Module 3 : Static Variables, Methods, & Polymorphism Using Overloading
So far, we’ve been defining variables as instance variables in our Java classes. Instance variables are just variables defined inside a class, and every instance of a class can have a different value for an instance variable.
審閱
- 5 stars62.39%
- 4 stars23.07%
- 3 stars4.27%
- 2 stars3.41%
- 1 star6.83%
來自INTRODUCTION TO JAVA AND OBJECT-ORIENTED PROGRAMMING的熱門評論
Explanation about Object Oriented Programming concepts is Awesome.
This course is super and mind blowing. I wish everyone take benifit from this course.
Amazing course with great examples, and wasn't too easy. Learned Java Basics and happy with the new knowledge.
very good for beginners and great level of assignments
關於 Introduction to Programming with Python and Java 專項課程
This Specialization starts out by teaching basic concepts in Python and ramps up to more complex subjects such as object-oriented programming and data structures in Java. By the time learners complete this series of four courses, they will be able to write fully-functional programs in both Python and Java, two of the most well-known and frequently used programming languages in the world today.

常見問題
我什么时候能够访问课程视频和作业?
我订阅此专项课程后会得到什么?
有助学金吗?
How much math do I need to know to take this course?
This course was fun. How can I learn more?
還有其他問題嗎?請訪問 學生幫助中心。