JAVA:method and using one class -


i want use different methods in class. know main method read compiler. how can use other methods, objects , data in main method? can give me simple example?

java compiler javac compile methods. jvm start executing program main() method can call other methods either current class or other classes. more information take java tutorial (for example referenced sergeii or other one).

have pleasant time learning java!


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -