Which two scenarios require an Apex method to be called imperatively from a Lightning web component?
Choose 2 answers
Select all that apply, then click Submit answer.
-
○
Calling a method that makes a web service callout
-
○
Calling a method that is not annotated with cacheable=true
-
○
Calling a method with the click of a button
-
○
Calling a method that is external to the main controller for the Lightning web component
