What is the difference between Class Names and Interface Names in Java Library..? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the difference between Class Names and Interface Names in Java Library..?

24th Dec 2016, 6:24 AM
Jenny Lance
Jenny Lance - avatar
2 Answers
+ 3
Class names String, Object, System, NullPointerException.....etc Interface Names Runnable, AutoCloseable... what is the difference???
24th Dec 2016, 6:25 AM
Jenny Lance
Jenny Lance - avatar
+ 1
.NET naming is better than Java one because all the interface names start with 'I'. For example , IEnumerable
29th Dec 2016, 12:59 PM
Suvaditya
Suvaditya - avatar