//Implementation of main and other function
public class Test
{
public void s()
{
System.out.println("Output using s()");
}
public static void main (String args[])
{
System.out.println("Output using String args[]");
}
}
No comments:
Post a Comment
Note: only a member of this blog may post a comment.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.