+ 1
What is the pre requisites to learn Java?
3 Réponses
+ 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.
+ 2
Computer to write and execute code. Nothing more
+ 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.