Which region is used by default when a Component is added to a BorderLayout?

a. NORTH
b. CENTER
c. WEST
d. LEFT

B

Computer Science & Information Technology

You might also like to view...

List three input and three output devices.

What will be an ideal response?

Computer Science & Information Technology

Given the ShoeType structure type definition. Write a function for the declaration (prototype).

``` struct ShoeType{ char style; double price; void readShoeRecord(ShoeType& Item); // Prompts for data and fills ShoeType argument members ```

Computer Science & Information Technology