Hello guys! I'm a first year college and I'm taking java I'm always learning in code academy for java but when I'm in school our prof will gives as a task to do a java program my brain ain't working i didn't know where I lack I want to learn java but I don't know how to learn it in effective way. Can you please give me advice who is the best content creator/website to learn java and also what is your learning methods to master java Thankyou!
#BEST JAVA LEARNING YT/WEBSITE
1 messages · Page 1 of 1 (latest)
<@&987246399047479336> please have a look, thanks.
Here is an AI assisted attempt to answer your question 🤖. Maybe it helps! In any case, a human is on the way 👍. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.
Hello guys! I'm a first year college and I'm taking java I'm always learning in code academy for java but when I'm in school our prof will gives as a task to do a java program my brain ain't working i didn't know where I lack I want to learn java but I don
ogram and it's hard to understand sometimes. Can you recommend any good YouTube channels or websites where I can learn more about Java programming in a simpler way? Thank you!
Hey there! I would recommend checking out Coding with Mosh on YouTube. They have some great Java tutorials that are easy to follow and understand. Another great resource is the official Java documentation website, which has a wealth of information on all things Java programming. Additionally, a popular website for learning Java is Codecademy, where you can practice coding exercises and learn at your own pace. Good luck with your studies!
- AI generated response
Practise is key, and we recommend this course:
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 than2023.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.
simon_verhoeven • used /tag id: mooc
·
About the course - Java Programming
- Use more punctuation, i.e., commas and dots.
- Don't use YouTube videos to learn from, they don't incentivize you to actually think about what is being said and force you into a very specific path of problem solving, without you even realising it.
If you want spring then this guy is op https://www.youtube.com/channel/UC59K-uG2A5ogwIrHw4bmlEg
but for basics you need to practice ig...
i recommend learning a bit about compilers and c like languages which make it easy
and object oriented programming is easy to understand from game dev , not coding but how game objects , instances and components work....
thats all i know so far 😃
I really disagree, it's very much bootcamp oriented. MOOC and head first java are much better resources.