Can we call future method from queueable?



Can we call future method from queueable?..

Answer / Varun Yadav

No, you cannot directly call a Future method from within a Queueable Apex class. Instead, you should use the Id of the Scheduled Apex or Queueable job.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

How to connect a database with sql express.?

1 Answers   MCN Solutions,


How make remote connection in database?

1 Answers  


Can you explain what is indexed view? How to create it?

1 Answers  


How to Check Whether a Global Temporary Exists in a SQL Database or not?

2 Answers  


How to throw custom exception in Stored Procedure?

1 Answers   MCN Solutions,


What are the elements of dbms?

1 Answers  


select top 5 * from emp order by newid() my question is , how this query get executed?

5 Answers  


WHAT IS UNIQUE IDENTIFIER DATA TYPE?

2 Answers   Sparsh,


How can count the string ? for ex: If i have string like 'bhaskar' then i need like b:1 h:1 a:2 s:1 k:1 r:1 please give any idea on that

9 Answers   TCS,


What is transactional replication?

1 Answers  


What is a system database and what is a user database?

1 Answers  


Describe about first three Normal forms.

1 Answers   HP,


Categories