Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Java by subchild ( 12 years ago )
package ml.ml;

import java.util.ArrayList;

public class Subchild {
 public ArrayList<String> name;
 public ArrayList<String> path;
 
 
 public Subchild() {
  name = new ArrayList<String>();
  path = new ArrayList<String>();
  
 }

}

 

Revise this Paste

Your Name: Code Language: