Skip to content

Instantly share code, notes, and snippets.

@nhoxbypass
Created December 11, 2017 14:16
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 nhoxbypass/ddb3c90b9fb86c83cd7dbdcb34451f37 to your computer and use it in GitHub Desktop.
Save nhoxbypass/ddb3c90b9fb86c83cd7dbdcb34451f37 to your computer and use it in GitHub Desktop.
// access modifiers, accessors và constructors được bỏ qua cho ngắn gọn
public class HCMUSDeveloper implements Serializable
String name;
int yearsOfExperience;
List skillSet;
float favoriteFloat;
static class Skill implements Serializable {
String name;
boolean programmingRelated;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment