Skip to content

Instantly share code, notes, and snippets.

@Raouf25
Created May 6, 2020 04:21
Show Gist options
  • Save Raouf25/dc04663753230296628f9e9c425b18d0 to your computer and use it in GitHub Desktop.
Save Raouf25/dc04663753230296628f9e9c425b18d0 to your computer and use it in GitHub Desktop.
List list = new ArrayList();
list.add("hello");
String s = (String) list.get(0);//typecasting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment