Jump to content
  • 0

How to learn java code??


Necro

Question

Recommended Posts

  • 0

well i will agree with tryskell. Is simple to learn java, i remember me about 1,5 year ago i didn't know a sh***t but after some search on l2jserver's source's i manage to learn many things and not only on l2j itself but and on making new other programs with java. Also java helped me to learn and C# since they almost the same on syntax. But as always not only one source of learning is enough. You should read some books too, or if you don't know example how to make percentage on java just google it: Java get percent or something like that.

 

btw:

int curr = 20;
int max = 200;
int percent = (int)(curr/max)*100
return percent; // it will be 10 :P

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...