Skip to content

Instantly share code, notes, and snippets.

//Just a testing java class
public class Vijay extends Actor implements Person.initializeListener {
protected int age;
protected String title;
public Vijay() {
}
@Override