Generic Interface in Java | Rules To Follow While Implementing Generic Interface

preview_player
Показать описание
This video talks about How to create Generic interface and Rules to follow while Implementing Generic Interface in java.
If you want to learn java in more depth refer my website

Follow me on Social network:

KK JavaTutorials WebSite:

Subscribe KK JavaTutorails YouTube Channel:

Subscribe My Hindi Channel(KK HindiGyan):

Some Important Playlist link on KK JavaTutorials:

Spring Framework Tutorial:

Eclipse shortcuts :

Java 8 Features Tutorial(All In One):

JDBC Tutorial in depth[Must Watch]

Java 8 Stream APIs:

WebLogic Server Tutorials:

Spring Boot Tutorial(All In One):

Hibernate Tutorials:

Java 5 new features Tutorials

Java 7 Features tutorials:

Java multithreading for beginners:

Java Collections framework Tutorials:

OOPs concepts in java Tutorials:
Рекомендации по теме
Комментарии
Автор

I believe it is ok to do a direct assignment in impl2, as follows:
GClassImpl impl = new GClassImpl();
impl.setValue("Hello");
String s = impl.getValue();

There is no compilation error raised.

sunjc
Автор

how can i get presentation slides you have used?

nishantsrivastava
Автор

write in one file. so we can differentiate and understand better.

charanteja