Untitled

 avatar
unknown
plain_text
2 years ago
182 B
5
Indexable
public class student  {
	address a1;
	public static void main(String[] args){	
			student aa = new student();
	}
}	
class address{
	static{
		System.out.println("hi");
	}
}
Editor is loading...