+ 1
How to develop java softwares?
I have been learning java from 1 month and getting hang of it. Now I want to develop some software. Wherever I learned java they taught only language but not how to develop software. can anyone guide of how can I learn how to develop software using java.
2 Answers
+ 9
I'll suggest you to look at android development course on udacity...U will need IDE...android studio to develop a software
+ 3
download and install eclipse or intelj idea or netbeans. then create a javaFx project which will create a gui based software.
or go for Android application as by @husnain