• For Individuals
  • For Businesses
  • For Universities
  • For Governments
Coursera
  • Online DegreeExplore Bachelor’s & Master’s degrees
  • MasterTrack™Earn credit towards a Master’s degree
  • University CertificatesAdvance your career with graduate-level learning
Careers
  • Log In
  • Join for Free
    Coursera
    Chevron Left
    Back to Kotlin for Java Developers

    Learner Reviews & Feedback for Kotlin for Java Developers by JetBrains

    Filled StarFilled StarFilled StarFilled StarHalf Faded Star
    4.7
    stars
    2,091 ratings

    About the Course

    The Kotlin programming language is a modern language that gives you more power for your everyday tasks. Kotlin is concise, safe, pragmatic,
    and focused on interoperability with Java code. It can be used almost everywhere Java is used today: for server-side development, Android
    apps, and much more. Kotlin is 100% compatible with all existing Java frameworks, and has good tooling support. It’s a pragmatic language
    with a very low learning curve, and can be quickly grasped by Java developers. Kotlin code might be compiled not only to JVM bytecode but to
    JavaScript and Native code as well, but this course is focused on Kotlin/JVM. This course aims to share with you the power an...
    ...

    Top reviews

    MA

    Jun 29, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    Excellent course, packed with relevant content and useful hands on Kotlin exercises with great feedback based on Coursera provided unit tests. Looking forward to more Coursera courses from JetBrains.

    SY

    Feb 11, 2019

    Filled StarFilled StarFilled StarFilled StarFilled Star

    This course is a very comprehensive and detailed introduction to Kotlin. However, it would be even better if it could include the generics part which is the most difficult but quite frequently used.

    Filter by:

    351 - 375 of 498 Reviews for Kotlin for Java Developers

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Lucas K

    •

    Apr 24, 2019

    The best one.

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Jesus

    •

    May 23, 2019

    Great course

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Chittumadugula J

    •

    Jan 4, 2022

    nice course

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Carlos R

    •

    Jan 31, 2021

    Excellent!!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Toivo S

    •

    Jan 1, 2021

    Really good

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Deleted A

    •

    Dec 5, 2019

    just great

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By firebase _

    •

    Oct 28, 2021

    pro level

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ranto N R

    •

    Mar 28, 2021

    Very good

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ayoub L

    •

    Feb 16, 2021

    thanks <3

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Alexey E

    •

    Apr 23, 2019

    very good

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Highlander P

    •

    Mar 14, 2023

    Amazing!

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By PAPPURAJ B

    •

    Sep 22, 2020

    Best one

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Kardashov F

    •

    Jan 20, 2020

    awesome

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Saber E

    •

    Mar 6, 2019

    So Nice

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Ahmad D

    •

    Nov 6, 2020

    🔥🔥🔥

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Islam A

    •

    Feb 17, 2021

    Great

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By walid w

    •

    Dec 11, 2018

    great

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Korrakot T

    •

    Jun 6, 2020

    good

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Mykhailo V

    •

    Jan 12, 2020

    nice

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Andrii V

    •

    Jan 18, 2019

    cool

    Filled StarFilled StarFilled StarFilled StarFilled Star

    By Arman Z

    •

    Jul 22, 2021

    I

    Filled StarFilled StarFilled StarFilled StarStar

    By Michael S

    •

    Mar 13, 2021

    I enjoyed this course. It gives a pretty good view into the more useful parts of the language and definitely makes a great case for a Java developer to become a Kotlin convert. My only complaints about this course are in regard to the GameOfFifteen assignment. The README on what they are looking for points to a web version of the game and basically says to implement an isEven function to check if a permutation is solvable and then implement the game interface to get everything working. The problem is this: I implemented my game just the way the web game works - specifically, my game chose a random cell to be the empty cell upon initialization, just as the web game did. I also set up my "hasWon" state to be the case where the numbers are in order AND the empty cell is in the bottom-right position, just as the web game seemed to be showing. When I ran the tests on my project, they failed. I had to do a debug deep dive to find that the tests are expecting that hasWon can be true regardless of the position of the empty cell, as long as the numbers are in order and to find that the tests expect the game to always initialize with the empty cell in the bottom-right position. It was easy enough to fix my game to match their tests rather than the example game, but I lost some time unnecessarily to this. It would probably be helpful to others who take this course if a couple simple notes in the README were added to indicate that the game should initialize with the empty cell in the bottom-right position and that the game is won if the cells are in ascending numerical order regardless of the position of the empty cell.

    Filled StarFilled StarFilled StarFilled StarStar

    By Alexander T

    •

    Aug 23, 2022

    Course is an awesome starter for a deep dive into kotlin. Lectures material is great. Assignments could be improved though. Descriptions of certain tasks was a bit cryptic. I had to analyze test cases to figure out what actually needs to be implemented and those tests cases are not complete either had to add more when intergation ones failed.

    Here is an example of what I mean from the last week assignment: "The board for the game of Fifteen is filled randomly with numbers from 1 to 15 and one empty space. " Here sounds like word "randomly" also relates to the empty space e.g. we should put space at random possition between permutations. This is exactly what I did, I also played the actual game implementation provided and it works the same way e.g. when you shuffle space is at random position. So my implementation seems correct, but all the tests fail. Why? Because in all the scenarious there is an assumtion that empty cell is always the last one so I had to rewrite the logic to match tests.

    Filled StarFilled StarFilled StarFilled StarStar

    By Stephen P

    •

    Jul 17, 2021

    Overall, great course that accomplishes what it promises. I learned how to develop in Kotlin relying on already knowing Java. Pros: The videos are clear and concise, with high "signal-to-noise ratio". Tests during the videos were on point and exposed common misconceptions people commonly have when learning Kotlin. The solution videos after completing the weekly projects were helpful in making working code more efficient and readable. Cons: The instructions for Week 3 incorrectly specified what was required, leading me on a wild goose chase for several hours. There were only solution videos for weeks 1 to 3. It appears nobody monitors the discussion forums anymore. There's questions asked 2 years ago with many "me too"s, but no response from staff.

    Filled StarFilled StarFilled StarFilled StarStar

    By Josep G F

    •

    Nov 22, 2020

    I liked this course but to be honest, I found that the assignments were a little difficult to understand due to the concepts they were related with. The last assignment related to the Fifteen game, it was a little complicated to understand how to get the parity of a permutation. Situations like this made the exercise a little frustating because I understood the Kotlin concepts but it wasn't enough to finish the assignments. Probably like in the real life problems :)

    Just wanted to let you know, just in case can help in some way to improve the way how the assignments are provided. Maybe explain a little further about some extra concepts or something else.

    Thank you for this great course!

    • Chevron Left
    • 1
    • ...
    • 10
    • 11
    • 12
    • 13
    • 14
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • Chevron Right

    Coursera Footer

    Technical Skills

    • ChatGPT
    • Coding
    • Computer Science
    • Cybersecurity
    • DevOps
    • Ethical Hacking
    • Generative AI
    • Java Programming
    • Python
    • Web Development

    Analytical Skills

    • Artificial Intelligence
    • Big Data
    • Business Analysis
    • Data Analytics
    • Data Science
    • Financial Modeling
    • Machine Learning
    • Microsoft Excel
    • Microsoft Power BI
    • SQL

    Business Skills

    • Accounting
    • Digital Marketing
    • E-commerce
    • Finance
    • Google
    • Graphic Design
    • IBM
    • Marketing
    • Project Management
    • Social Media Marketing

    Career Resources

    • Essential IT Certifications
    • High-Income Skills to Learn
    • How to Get a PMP Certification
    • How to Learn Artificial Intelligence
    • Popular Cybersecurity Certifications
    • Popular Data Analytics Certifications
    • What Does a Data Analyst Do?
    • Career Development Resources
    • Career Aptitude Test
    • Share your Coursera Learning Story

    Coursera

    • About
    • What We Offer
    • Leadership
    • Careers
    • Catalog
    • Coursera Plus
    • Professional Certificates
    • MasterTrack® Certificates
    • Degrees
    • For Enterprise
    • For Government
    • For Campus
    • Become a Partner
    • Social Impact
    • Free Courses
    • ECTS Credit Recommendations

    Community

    • Learners
    • Partners
    • Beta Testers
    • Blog
    • The Coursera Podcast
    • Tech Blog
    • Teaching Center

    More

    • Press
    • Investors
    • Terms
    • Privacy
    • Help
    • Accessibility
    • Contact
    • Articles
    • Directory
    • Affiliates
    • Modern Slavery Statement
    • Manage Cookie Preferences
    Learn Anywhere
    Download on the App Store
    Get it on Google Play
    Logo of Certified B Corporation
    © 2025 Coursera Inc. All rights reserved.
    • Coursera Facebook
    • Coursera Linkedin
    • Coursera Twitter
    • Coursera YouTube
    • Coursera Instagram
    • Coursera TikTok
    Coursera

    Sign up

    Learn on your own time from top universities and businesses.

    ​
    ​
    Between 8 and 72 characters
    Your password is hidden
    ​

    or

    Already on Coursera?


    I accept Coursera's Terms of Use and Privacy Notice. Having trouble logging in? Learner help center

    This site is protected by reCAPTCHA Enterprise and the Google Privacy Policy and Terms of Service apply.