I have updated in http://www.freejavaclass.com/
While defining method, variables passed in the method are called parameters. While using those methods, values passed to those variables are called arguments.
public interface Foo { String method(); } public class Claaa { public static void main(String[] args) { Foo fooByIC...
No comments:
Post a Comment