Please compile the following code and you'll see what I mean.
The API doesn't list an option to include null fields. This probably revolves around the philosophical discussion of the meaning of the "" string and a null string.
Practically speaking, is there way of making Java respect my nulls, even if they don't exist?
Can I split my string into {"this","is","a","simple","string","",""}?
Not even sure if this makes sense.
awk has no such hangups and works well. But for my present purposes I was thinking of engaging Java.
Thanks,
Sashi>