Greetings -
I'm new to JAVA.
I'm using NetBeans.
I've been going through tutorials and examples - with some frustration.
Question - when I find an example / tutorial to attempt, how do I "create" correctly the setup before I simply paste the code?
Meaning if the example has:
public class ReadXMLFile {
public static void main(String argv[]) {
How should I name my new project in NetBeans (before I paste in)? I think this is where some of my newbie's frustration is coming from.
What are some good practices to do when creating a new project and pasting tutorials?
Thanks
Sparky_