example
public class CountFilps {

/** Creates a new instance of CountFilps */
public CountFilps() {
}

}

This is a class that Sun One put in when i told it to do a new class. Why is it automatically creating an instance of CountFlips? I don't understand this. I am new to Java and i am taking a class that has just started at a local college but i have decided to read a head and i don't understand what they are talking about.

Why do you Instantiate?