Skip to content

Instantly share code, notes, and snippets.

@ilyaBrandon
Last active February 16, 2016 14:47
Show Gist options
  • Save ilyaBrandon/6c84090475da27476a95 to your computer and use it in GitHub Desktop.
Save ilyaBrandon/6c84090475da27476a95 to your computer and use it in GitHub Desktop.
public class Documents {
public static void main(String[] args) {
System.out.println("ilyaBroBrother".length());
String name = "ilyaBroBrother";
System.out.println(name.length());
System.out.println();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment