What is the pre requisites to learn Java? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

What is the pre requisites to learn Java?

3rd Jul 2018, 6:27 AM
Hemakumar
3 ответов
+ 3
If you use an online coding IDE (integrated development environment) like the Code Playgroud on this website, all you need is your browser. If you want to practice offline, you will need to download the Java JDK from the Oracle website. You might also want to download an IDE as well, such as Eclipse or Jetbrain's IntelliJ. Some IDEs include the Java JDK in them so you may not need to download it separately. While learning the language, you will learn various general programming topics like data structures, design patterns, and algorithms.
3rd Jul 2018, 6:51 AM
Shardis Wolfe
+ 2
Computer to write and execute code. Nothing more
3rd Jul 2018, 6:31 AM
Sad
Sad - avatar
+ 2
Not sure there are any specific pre requisites for Java, but any previous general coding knowledge will make the initial learning phase a bit easier. Many concepts such as loops and if statements use the same principles but different syntax.
3rd Jul 2018, 7:39 AM
Duncan
Duncan - avatar