What method is used to specify a container's layout in JSP?

What method is used to specify a container's layout in JSP?


(a) setLayout()

(b) Layout()

(c) setContainerLayout()

(d) ContainerLayout()

(e) setConLayout().

Answer: A.  In JSP setLayout() method is used to specify a container's layout. The remaining all the options are incorrect.