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.
2 ответов
0
use eclipse ide. you can download it already packaged for java developers and it is probably the most common ide for java developmenr.
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.