Untitled
unknown
plain_text
2 years ago
182 B
10
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...