#"Java Beginner Study Tips"

1 messages · Page 1 of 1 (latest)

real violetBOT
#

@cobalt jolt has a question:

dijaaa13

Yall i am a literal beginner and know nothing
And java is my first language
How do i study it ? Any tips for someone who literally knows nothing abt programming

#

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

#
TJ-Bot
Yall i am a literal beginner and know nothing And java is my first language How do i study it ? Any tips for someone who literally knows nothing abt programming
  1. Start with the basics: Before diving into complex topics, make sure you understand the fundamentals of programming such as variables, data types, and control flow.

  2. Use online resources: There are plenty of websites and tutorials available for beginners to learn Java. Some popular ones include Codecademy, Udemy, and Oracle's official Java tutorials.

  3. Practice regularly: Programming is a skill that requires practice to master. Write code every day, even if it's just simple programs or exercises.

  4. Join a community: Joining a Java programming community like this discord server can be helpful for getting support and advice from experienced programmers.

  5. Work on projects: Apply what you've learned by working on small projects or challenges. This will help you reinforce your understanding of Java concepts.

  6. Ask questions: Don't be afraid to ask questions when you're stuck or confused. People in the community are usually happy to help beginners learn.

  7. Be patient and persistent: Learning programming takes time and effort. Don't get discouraged if you don't understand something right away – keep practicing and learning, and you'll improve over time.

Remember, everyone starts as a beginner at some point – don't be afraid to make mistakes and keep pushing yourself to improve!

glass talon
#

We recommend starting with:

real violetBOT
#

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

It consists of two parts, one at beginner, and another at intermediate level. The end of the course is marked by creating your own Asteroids game clone!

Even though the instructions show how to configure and use NetBeans for the course, you can use IntelliJ. To use IntelliJ, 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.

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

About the course - Java Programming