- 1

how to write own java program guys

tell me

9th Oct 2016, 8:31 AM
karthick
2 Answers
0
First of all, you should download JDK from the internet. After that, download an IDE ljke eclipse that will make it possible to actually write the program. Make sure you know what you're going into and finish at least the basics in this app where everything I just said is explained.
9th Oct 2016, 12:41 PM
Negrosso
Negrosso - avatar
0
hello karthick, I would recommend you to use BlueJ as a startup for programming in Java. For your understanding BlueJ is a software that converts your Java codings into bytecodes (machine readable language) and then gives the required output. For doing all the process the most important thing is the JDK (Java development kit).
9th Oct 2016, 12:53 PM
Abhinav Maurya
Abhinav Maurya - avatar