which of the following is valid? A public final hai(); B public static final abstract void hai(); C final public void hai(); D public void final hai();
A. False - a method must have a return type B. False - methods cannot be both 'final' and 'abstract' C. True D. False - the return type must immeadiately precede the method name Hope that helps. ------------------ Jane Griscti Sun Certified Programmer for the Java� 2 Platform Co-author Mike Meyers' Java 2 Certification Passport