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.
1 parent e89ed35 commit 0ea7e8dCopy full SHA for 0ea7e8d
Readme.md
@@ -109,13 +109,6 @@ public class Test extends PreTest {
109
110
}
111
112
-/*---- NOTE: Always pay attention to new Test() or the new Class(), it will tell you which class
113
-that object is going to create an image of, then no matter which class' object reference it has,
114
-it is only going to have methods of the class mentioned with new keyword ----*/
115
-
116
117
-/*-- PreTest obj = new Test(); (Then blue print of Test Class will be created) --*/
118
119
```
120
121
## *Comparators in Java:*
0 commit comments