[Question] Java Question
Posted: Thu Nov 26, 2009 12:58 pm
Hello Guys!
can tell me some things ... well in this code
PS: If i change this... i will not have problem ... because giveAvailableSkills(); is called from much files ...
why changed from private to public ... so can anyone tell me diference.... and some times i see...
private static void name(); why this and not private void name();
can tell me some things ... well in this code
Code: Select all
- private void giveAvailableSkills()+ public void giveAvailableSkills()
why changed from private to public ... so can anyone tell me diference.... and some times i see...
private static void name(); why this and not private void name();