Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    10
    Views
    1,852

    Re: Noob question: Why .class?

    Some slightly incorrect statements:

    There can be more than one class defined in a .java file and none of the names of the classes have to match the name of the .java file. The standard is that...
  2. Replies
    10
    Views
    1,852

    Re: Noob question: Why .class?

    It is a class with one static method.
  3. Replies
    10
    Views
    1,852

    Re: Noob question: Why .class?

    the primary function of the HelloWorld.class file is to define a class.
    A minimal class, but still a class.
  4. Replies
    10
    Views
    1,852

    Re: Noob question: Why .class?

    .class files are the output from the javac compiler when it compiles a .java source program.
    They do define classes. Their contents are in byte code vs text and are not meant to be read with an...
Results 1 to 4 of 4