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
Post a Comment