I am having more joy with my input streams. I can open them and tokenize them. I can print these tokens to screen. How can I individually cherrypick the tokens I want? I only need this generally (say the 2nd and 3rd tokens, for example). I ideally need to have them as Strings.
Any thoughts?
Sorry to bombard you with simple questions but this is the first code I've written in Java.
So I'm thinking of designing and implementing my first java security manager for a project I'm working on, I was wondering if anyone has any tips or links for working with security managers and writing them. Have any you guys or girls written one before? Experiences? Things to avoid?