Answer:
<u>COPA full form or meaning is Computer Operator and Programming Assistant.</u>
Answer:
B. global
Explanation:
A global variable lives on even when a function returns.
Answer:
B. Someone can steal the information and hurt you.
Explanation:
People can hack into your accounts using your informations and spread hurtful things that can make people hurt. The people will think that you posted this (even if you didn't) and blame you.
Answer:
B, D, E
Explanation:
B. Apexpages.standardsetcontroller controller=new
apexpages.standardsetcontroller(database.getquerylocator('select id from account'));
D. Apexpages.standardsetcontroller controller = new
apexpages.standardsetcontroller (database.getquerylocator([select id
from account])); and
E. Apexpages.standardsetcontroller controller = new
apexpages.standardsetcontroller (database.query('select id from
account'));