+ 2
i want to design apps for multiple platforms. can some one help me
how do i start
3 Answers
+ 1
when u write a program and compile it. java program will be converted into .class file.. u can run this .class file in any platform because java is platform independent but make sure u have installed JVM in ur system( this JVM is platform dependent)
0
Just have a huge bite at these java tutorials and you're good to go
0
I uses eclipse