Skip to content

Instantly share code, notes, and snippets.

@zixuan75
Created February 11, 2018 02:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zixuan75/3a223092725d9fa467026a8e5a16fa2c to your computer and use it in GitHub Desktop.
Save zixuan75/3a223092725d9fa467026a8e5a16fa2c to your computer and use it in GitHub Desktop.
description of java project
import java.util.Vector;
class fields{
fields(){
Vector<Integer> vector;
vector=new Vector<Integer>();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment