We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b879180 + 8055b9a commit b340d25Copy full SHA for b340d25
dao/src/main/java/com/iluwatar/App.java
@@ -6,7 +6,7 @@
6
/**
7
*
8
* With the DAO pattern, we can use various method calls to retrieve/add/delete/update data without directly
9
- * interacting with the data directly. The below example demonstrates basic operations: select, add, update, and delete.
+ * interacting with the data. The below example demonstrates basic operations(CRUD): select, add, update, and delete.
10
*/
11
public class App {
12
0 commit comments