Thursday, March 12, 2009

What modifiers may be used with a top-level class (CoreJava)

Question :What modifiers may be used with a top-level class? (CoreJava)
Answer :A top-level class may be public, abstract, or final.

No comments: