Page 1 of 1

About Question enthuware.ocejws.v6.2.98 :

Posted: Thu Feb 27, 2014 8:47 am
by t.alex
Hi Frits,

can you please elaborate why an AttachmentPart cannot be instantiated? The oracle documentation doesn't seem to explicitly forbid the use of the empty constructor.

Thanks,
Alex

Re: About Question enthuware.ocejws.v6.2.98 :

Posted: Fri Feb 28, 2014 2:01 am
by fjwalraven
Hi Alex,

This is because the class is abstract:

Code: Select all

public abstract class AttachmentPart extends Object
(I will add that to the explanation to make it clear)

Regards,
Frits

Re: About Question enthuware.ocejws.v6.2.98 :

Posted: Fri Feb 28, 2014 3:48 am
by t.alex
oh damn! :oops: