Are API components in the aws package? [closed]

-2

I have the following question. And yes, there are "aws" instead of "awt", but I think the correct one would be "awt".

  

Are API components in the aws package?

     

I - Panel

     

II - Label

     

III - Windows

     

IV - Checkbox

     

V - TextField

     

A - I only

     

B - Only I, II, IV, V

     

C - Only I and II

     

D - Only I and IV

     

E - Only II and III

I believe the correct alternative would be B. But I'm not sure, and if so, why would it?

    
asked by anonymous 18.11.2017 / 17:52

1 answer

1

Considering it was to be AWT rather than AWS, let's look at:

That is, statements I, II, IV and V are true and III is false. So the correct alternative is B.

I note that the components of AWT are dinosaurs that since the release of Java 1.2 in 1998 should not be used for anything else, being considered obsolete and have since been replaced by Swing components. I'm scared of the fact that someone charged that sort of thing in a race.

    
18.11.2017 / 18:04