2022
# Install Eclipse IDE for java development:
As you see in the results, it runs the Read operation First and then the Write operation. Since, in the filter, we are passing "Rajeev" as the parameter, it is printing the relevant output with Rajeev and the corresponding email associated with the record. In the Write operation, we are passing two input parameters: (1) samxx@avankia.com; and (2) rajyy@avankia.com. This is returning the Save Result array with 2 results. However, if you see the output, it is not printing the names of the same. If you view the class "MyDummyService", it has two methods "readMyFirst" and "writeMyFirst" - the 1st one is a reader and the 2nd one is a writer method.