posted 17 years ago
The compiler cares about every method. That's what the compiler does.
Why would the compiler not care about a method that is coded?
If you want to know which method in an MDB is used for message processing, is, that's a different story.
If you write a method in a class, and compile the class, the compiler will compile every method. If you code all three methods, and any of them have a syntax problem, the compiler will complain.
Perhaps the questions should be rephrased.
-Cameron McKenzie