Answer:
Null layout manager enables UI components to be placed at specified coordinates (x and y values).
Explanation:
Null layout is generally used by developers while creating demo UI or prototypes since the component location can be precisely specified in terms of x,y coordinates. This is also called absolute positioning.
However null layout suffers from a number of problems due to which it is normally avoided in production scenarios: