Clarify a couple of considerations required for the Static Keyword in Apex.

devquora
devquora

Posted On: Feb 22, 2018

 

 Here are a couple of considerations required for the Static keyword in Apex.

  •   You cannot make an Apex class static.
  •   Static is just allowed in the outer class.
  •   The Static variables are not mainly exchanged like a View State part.
  •   Static block and static variables keep running inside and out in which they are made in a class.
  •   Static variables are static just to the demand’s extent.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Apex Interview Questions

    Tell me something about Abstract Class?

     The abstract classes in Salesforce Apex are the classes that involve at least one dynamic strategy. A conjectural meth..

    Apex Interview Questions

    Can you state some o the uses of APEX?

    fabricates proficient looking web applications that are both quick and secure. Keeps running on and lives in the Oracle..

    Apex Interview Questions

    What are a couple of Considerations about Trigger?

    Upsert triggers fire both before and after the insert or when update triggers as proper. Merge triggers fires both Fiel..

    Error
    Whoops, looks like something went wrong.