JDK6Everything you ever wanted to know and should know about Java Runtime.exec().
JDK6Splitting a String by newline is a common requirement. When processing textual data from files or from web we need to split the data by newline boundaries. The solution aren't hard either. Let's see a simple one liner solution using String.split().
Older News
S M T W T F S
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
Copyright© 2010 The Gaea Times