InterviewSolution
Saved Bookmarks
| 1. |
What Is Future Annotation(@future)? |
Answer»
Syntax: global CLASS class_name { @future Static void methodname(parameters) { //body of the METHOD } Syntax: global class class_name { @future Static void methodname(parameters) { //body of the method } |
|