pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
2 sec ago
Wupload Premium Account's
13 sec ago
How to store per-user p...
6 sec ago
Untitled
Java | 7 sec ago
Untitled
8 sec ago
Watch Once Upon a Time ...
1 min ago
((( I do ))Pittsburgh P...
33 sec ago
{{NBA}}Washington Wizar...
1 min ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None
| Size: 0.13 KB | Hits: 75 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
ArrayList<Book> list = new ArrayList<Book>();
new
list.add("test1");
list.add("test2");
list.add(123);
list
create new paste
|
create new version of this paste
RAW Paste Data
ArrayList<Book> list = new ArrayList<Book>(); new list.add("test1"); list.add("test2"); list.add(123); list