+ 3
What is the difference between Class Names and Interface Names in Java Library..?
2 Antworten
+ 3
Class names
String, Object, System, NullPointerException.....etc
Interface Names
Runnable, AutoCloseable...
what is the difference???
+ 1
.NET naming is better than Java one because all the interface names start with 'I'. For example , IEnumerable