Chevron Left
返回到 Introduction to Java and Object-Oriented Programming

学生对 University of Pennsylvania 提供的 Introduction to Java and Object-Oriented Programming 的评价和反馈

4.5
331 个评分

课程概述

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....

热门审阅

RG

Jun 26, 2023

The lecturer was excellent. his teaching style is very smart and understanable to everyone,and explanation part is also great. wish to learn from him again.

D

Nov 2, 2022

Amazing course and really , really usefull for professional coding , thank you so much for providing me financial aid really loved the experience

筛选依据:

1 - Introduction to Java and Object-Oriented Programming 的 25 个评论(共 69 个)

创建者 Yingying G

Apr 9, 2021

There are so many inconsistencies that require extra student efforts but not to the benefits of the course. For example, a concept or syntax is introduced in a homework but will only be introduced in the chapter after this homework. There are also some minor errors in the homework, e.g. in HW4, the given method is 'public int get(index)' but when you run it in Codio, it will only pass if you realize the element in 'arr' is an Integer and change the method name to 'public Integer get(index)'. This might not be a big deal for an experienced SDE, but costs too much meaningless time for Java beginners which are who this course is aimed at.

创建者 Sepideh A

May 21, 2021

It is a great practical introduction course with challenging assignments.

创建者 Veronika K

May 12, 2021

The course is very good, however it would be really nice to have at least one lecture about Object-Oriented Design in it.

创建者 Angelie X

Oct 17, 2021

Although this is a supposed to be an intro course to Java and I like how concise it is, I personally feel like the fast pace doesn't help laying a strong foundation and I felt confused about concepts while doing the exercises and had to do additional research. The code demonstration makes everything look easy and I feel like I need a more in-depth course to really understand Java and be good at it.

创建者 Deleted A

Mar 29, 2021

Good for beginners. Despite the fact that this is the third course in specialization, the initial assignments are quite simple, which makes it easy to get familiar with syntax of language before you dive into OOP.

创建者 Deleted A

Apr 6, 2021

Cool course, a lot of pain through one of the homeworks!

创建者 Maxwell F

Sep 6, 2021

Fantastic course that teaches quite a bit about object oriented programming. Learn about how Java handles variables, arrays, casting, polymorphism, and more.

My only gripe was the final homework on week 3 had a few problems that made it extremely annoying to complete. You must fix the public static void main function in the homework download, as it's messed up. Also when handling packages the compiler doesn't see the package – so I got a class not found error. Lastly though the program tests perfectly on Eclipse, you must cast your variable in assertEquals which was annoying.

创建者 Cecilia P T

Feb 5, 2021

Codio gave me a lot of issues with saying I had errors on lines of codes that were provided in the assignment - lines that I didn't touch. It was frustrating to deal with. This course was definitely more challenging than the previous two. I wish the Staff were able to explain our errors to us or a fellow classmate in the forum. It was lonely and I spent hours on the internet trying to teach myself Java.

创建者 Danny D

Oct 24, 2021

This course has enlightened me on how to write and program tasks using JavaScript software. Of course, I had to learn certain methods mentioned in the homework assignments using external sources.

创建者 Gabriel T

Nov 24, 2021

As is the case with all of the Penn Engineering courses that I have tried thus far, there is an exceptional level of polish in the way that this course was constructed. The assignments have all been very helpful in furthering my understanding of the Java programming language. While the course can be initially very daunting if you are coming from a Python background, the material becomes increasingly intuitive as you go through the course. If you get stuck with anything, the Discussion Forums always have a plethora of helpful staff and student answers that can help point you in the right direction.

创建者 Timothy W

Aug 25, 2022

I actually felt like I learned quite a bit from taking this MOOC coming in with zero experience with Java. I think it was a nice beginner course in Java. The code-alongs were the best part of the course as I felt like I had a deeper understanding as I was coding along. Beware, there is currently a glitch with the final HW of the course. There is a compiler error due to running on different versions of Java. Look in the discussion section and you will see it. Not a huge deal otherwise.

创建者 Wesley B

Jun 30, 2022

Good presentation of the material. What makes it great is the exceptionally attentitive discussion board admin I had while taking the course in spring/summer 2022. They would answer posts every 24 hours, so you knew you could work as far as you could figure it out, and come back to a new impulse on where to look next, if that was needed. Made for an excellent learning pace.

创建者 Vahid Y

Nov 28, 2021

Such a helpful course, definitely recommended. The instructor knows what he is talking about and demonstrate the material in detail. Also, I would like to appreciate tutor's willingness to answer the questions via the "Discussion Forums". Best of luck!

创建者 Ruwani G

Jun 27, 2023

The lecturer was excellent. his teaching style is very smart and understanable to everyone,and explanation part is also great. wish to learn from him again.

创建者 47 K D

Nov 3, 2022

Amazing course and really , really usefull for professional coding , thank you so much for providing me financial aid really loved the experience

创建者 Bailey D

Dec 12, 2022

Great Lectures from Brandon. Very clear and easy to follow along. I look forward to taking future classes led by him!

创建者 T D

May 29, 2022

A 10 out of 10 course. Very well designed and the assignments are great for enhancing learning and understanding.

创建者 Ina P

Nov 21, 2021

Amazing course with great examples, and wasn't too easy. Learned Java Basics and happy with the new knowledge.

创建者 JANE S

Oct 19, 2025

Foi muito bom o conteúdo, incentiva o desenvolvimento e me fez queimar a mente. Agradeço a oportunidade.

创建者 Emmanuel A

Jan 5, 2023

This is a great course! It covers all the essentials you need to learn Java, any extras can be googled

创建者 Brodsky, A

Nov 5, 2024

In overall the course is very informative, but sometimes HW assignments are confusing.

创建者 MD F H B

Dec 13, 2021

This course is super and mind blowing. I wish everyone take benifit from this course.

创建者 Hirotoshi O

Aug 30, 2022

Coding practice is good to learn Java programming grammer and it is very fun.

创建者 Moxesh M

Aug 22, 2023

NICE PLATFORM TO LEARN ABOUT YOUR INTERESTED COURSE AND BOOST YOUR LEARNING.

创建者 George C

Jun 14, 2022

detailed and easy to understand instructions. good practical examples.