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.
이 강좌는 Introduction to Programming with Python and Java 특화 과정의 일부입니다.
이 강좌에 대하여
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.60%
- 4 stars23.57%
- 3 stars4.06%
- 2 stars3.25%
- 1 star6.50%
INTRODUCTION TO JAVA AND OBJECT-ORIENTED PROGRAMMING의 최상위 리뷰
This is very useful and very effective course for java beginers
It is a great practical introduction course with challenging assignments.
detailed and easy to understand instructions. good practical examples.
The course is very good, however it would be really nice to have at least one lecture about Object-Oriented Design in it.
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?
궁금한 점이 더 있으신가요? 학습자 도움말 센터를 방문해 보세요.