Like in c++ we use turbo c or anything else but what to use in java to run a program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Like in c++ we use turbo c or anything else but what to use in java to run a program?

I am new comer I had learn c# and c++ and now I wanna learn Java. please someone help me.

24th Jun 2017, 8:45 PM
Tanmay jadav
2 Answers
0
use eclipse ide. you can download it already packaged for java developers and it is probably the most common ide for java developmenr.
24th Jun 2017, 8:51 PM
Volker Milbrandt
Volker Milbrandt - avatar
0
Java uses JVM to compile code. So you can write your clases in notepad and run them from console using command java yourapp.java. Nevertheless today i recommend using some ide for development. Google for eclipse, netbeans or intellij.
24th Jun 2017, 8:52 PM
zdena