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
nigga stole my bike
3 sec ago
Untitled
6 sec ago
Untitled
10 sec ago
Untitled
12 sec ago
Wiring, Javascript, and...
27 sec ago
3stAmmuParkplatz
15 sec ago
Untitled
16 sec ago
Kafic
16 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 18th, 2010 | Syntax:
None
| Size: 0.14 KB | Hits: 38 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
//LOOP 1
String buf;
while (true){
buf = (something from a file);
}
//LOOP 2
while (true){
String buf = (something from a file);
}
create new paste
|
create new version of this paste
RAW Paste Data
//LOOP 1 String buf; while (true){ buf = (something from a file); } //LOOP 2 while (true){ String buf = (something from a file); }