function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
subbu.flex9@gmail.comsubbu.flex9@gmail.com 

Apex class ?

apex  and  Batch class's  execute syncronous or Asyncronous ?  

 

 

 

thank u .

 

 

 

Atul111Atul111

Apex class is sync and Batch class in Async

Satish_SFDCSatish_SFDC
Apex is synchronous although you can make some callouts which can be async.


Regards,
Satish Kumar
subbu.flex9@gmail.comsubbu.flex9@gmail.com

can i call the @feature from batch Apex ?
can i call the @feature from  Apex ?
can i call the @feature from trigger ?