If you want to include netscape java classes in a method trace that are excluded from the default
J2EE configuration, what would need to be done?
Answer(s)
- add netscape.* to the J2EE default configuration's Include (Classname) list
- remove netscape.* from the J2EE default configuration's Exclude (Classname) list
- duplicate the J2EE configuration from the configuration library and include netscape.* in theInclude (Classname) list of the copy
- duplicate the J2EE configuration from the configuration library and remove netscape.* from the
- (Classname) list of the copy
Correct Answer duplicate the J2EE configuration from the configuration library and remove netscape.* from the