About 50 results
Open links in new tab
  1. Part 1 - Java Programming

    The first part has been designed to cover the first week of the course. You should reserve well above 10 hours for each part of the course, depending on previous experience with …

  2. About the course - Java Programming

    During this course, you will learn the basics of computer programming, along with algorithms and object-oriented programming through the Java programming language.

  3. Variables - Java Programming

    The program should break as it doesn't know how to convert these inputs into numbers. We'll learn how to deal with exceptional cases like these in the advanced programming course.

  4. Log in - Java Programming

    Helsingin yliopiston kaikille avoin ja ilmainen ohjelmoinnin perusteet opettava verkkokurssi. Kurssilla perehdytään nykyaikaisen ohjelmoinnin perusideoihin sekä ohjelmoinnissa …

  5. Part 9 - Java Programming - MOOC

    The ninth part of the course material focuses on two essential concepts of object oriented programming, namely inheritance and interfaces. You will learn to create classes that inherit …

  6. Removing repetitive code (overloading methods and constructors) …

    We cannot, for example, add a public Person(String name, int weight) constructor since it would be impossible for Java to differentiate between this and the one that has two parameters …

  7. Luo käyttäjätunnus - Java Programming

    Helsingin yliopiston kaikille avoin ja ilmainen ohjelmoinnin perusteet opettava verkkokurssi. Kurssilla perehdytään nykyaikaisen ohjelmoinnin perusideoihin sekä ohjelmoinnissa …

  8. Event handling - Java Programming - MOOC

    When the button is pressed, the program prints the text "Pressed!" to the console. Event handlers attached to user interface components, such as the EventHandler used previously, are always …

  9. Learning object-oriented programming - Java Programming

    Object-oriented programming is primarily about isolating concepts into their own entities or, in other words, creating abstractions. Despite the previous example, one might deem it pointless …

  10. Introduction to testing - Java Programming

    Test the program flow with different inputs and find out the sort of input that causes the program to not work as desired. If you received an error in the tests, the tests may also indicate the input …