Jump to content
  • 0

How to learn java code??


Question

Recommended Posts

  • 0
Posted

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

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock