0
Laptop software for coding and testing Java?
Hi There! I am learning Java. I am a beginner but really enjoying it so far. I wanted to know if there is any software I can use on my laptop to write and test my code? I like to play around and find it helps me get a better understanding of what Im learning if I can see it in action- but writing lines of code on the code playground on my phone takes long and is uncomfortable. Thanks!
2 Answers
+ 2
You need to have Java JDK and some IDE(Eclipse, NetBeans, IntelliJ Idea) installed. To write your code. To test it you will have to add some of unit test frameworks like Junit or TestNG. To get those frameworks you need to use some sort of package mangers like Maven.
+ 7
You can use ides like
Intellij idea IDE
Eclipse
Netbeans