USES Relation is known as Association (Relationship between two seperate class with the help of their object)
/*Author:- Aashutosh Sinha*/
//Print your first program using Java
public class Hello {
public void main (String[] args){
System.out.println("Hello World");
}
}