I know what all of these do except for abstract. I'm currently in the process of teaching myself java with what I consider a middle-school-level education (my highschool was in a bad neighborhood so I got shafted)...
But what exactly are the usage patterns for these keywords? When do I use what? When do I omit them? Putting 'public' in front of my classes makes every class that uses it require a new file, can I just omit that if I want to create a monolithic source file?
Every bit of information I look up, explains exactly WHAT these do, just doesn't give a clear view of when/why/where I should use them.
Thanks in advance, Anthony
abstract isn't a keyword
? You need to do some soul searching or just some more reading yourself. en.wikipedia.org/wiki/List_of_Java_keywords – Moncear