#I have Oop Java midterm tmr help sos

1 messages Ā· Page 1 of 1 (latest)

digital prairie
#

I have a midterm exam tmr on those chapters in Java the exam will be MCQ so do u know any websites have quizzes to preparing or any YouTube channels can help me to understand those topics or any advice pls share it with me šŸ¤

  1. Section 1 - Introduction to Java Programming
  2. Section 2 - Java Software Development Process
  3. Section 3 - Java Data Types (Variables, Numerical/Textual Data, Data Types Conversion, Keyboard Input)
  4. Section 4 - Java Methods and Library Classes
  5. Section 5 - Decision Statements (Boolean expressions, If/Else constructs, Switch statement)
  6. Section 6 – For Loop, While Loop, Break/Continue Statement
rancid shuttleBOT
#

<@&987246399047479336> please have a look, thanks.

#

For learning Java, we recommend MOOC.

It is a completely free introductory Java course created by the University of Helsinki, it is a great way to learn Java from the ground up.

Visit MOOC here:
https://java-programming.mooc.fi
(the course is available in both English and Finnish)

  • The MOOC teaches a broad introduction to programming in Java in two parts - one at beginner, and another at intermediate level.
    The end of the course is marked by creating your own Asteroids game clone!
  • The MOOC allows using features up to Java 11 - you can install Temurin OpenJDK 11 from the Adoptium project.
  • To submit exercises for evaluation, you need to configure an Editor/IDE (Integrated Development Environment) with the TMC Plugin.

The course instructions will suggest to use TMCBeans/NetBeans or VS Code for the course, but you can also use IntelliJ, which we generally recommend.

  • TMCBeans/NetBeans is the easiest to configure - but has the most dated user experience
  • VS Code is very popular as an editor, but it is quite new for Java Development. Some extra configuration is needed.
  • IntelliJ arguably has the best user experience and is most widely used Java IDE by professionals.
    IntelliJ requires installing a version no newer than 2023.1 - because the IntelliJ TMC Plugin doesn't work with newer installs.
    The IntelliJ Community version is completely free and all you need to install the TMC plugin.

To use IntelliJ with the MOOC, simply install the TMC plugin by opening IntelliJ -> File -> Settings -> Plugins and searching for TMC. You will then be able to use IntelliJ to complete MOOC.

About the course - Java Programming

woeful mortar
#

MOOC is what most people recommend here. I can't speak much about how good it is since I've never looked over their material; but everyone seems to find it helpful. If this is a midterm I imagine you should've learned most of this stuff already though.. So I would suggest reviewing your course materials. The midterm will most likely be based on that material provided. That'd probably be your best bet, even if it's not the most intuitive or helpful in regards to understanding/actually learning Java.

digital prairie
woeful mortar