Class SimpleCalls

java.lang.Object
  extended by SimpleCalls

public class SimpleCalls
extends java.lang.Object


Constructor Summary
SimpleCalls()
           
 
Method Summary
 int anotherCall()
           
 void helloWorld()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleCalls

public SimpleCalls()
Method Detail

helloWorld

public void helloWorld()

anotherCall

public int anotherCall()

main

public static void main(java.lang.String[] args)