rashid jorvee blog
acquire knowledge and impart it to the people
Menu
Environment
About
Tutorials
Java
Adobe AEM
OSGi
SQL
React
AI/ML
JavaScript
EDS
History
First in India
World
Ancient
Medieval
Modern
Tourism
Asia
Europe
Tourism in India
Polity
Constitution of India
Constitution
Government
Poetry
Allama Iqbal
Ameer Khusro
Amjad Islam Amjad
Faiz Ahmed Faiz
Gulzar
Kabeer
Meer Taqi Meer
Mirza Ghalib
Rahat Indori
Rabindranath Tagore
Sahir Ludhianvi
Shakeel Badayuni
Philosophy
Western philosophy
Indian philosophy
Rationalism
Materialism
Quotes
Mahatma Gandhi
Hazrat Ali
Science and Technology
Information
Constitution of India
GoI websites
India
Others
Gallery
Showing posts with label
Java Programming
.
Show all posts
Showing posts with label
Java Programming
.
Show all posts
Java Interface examples
›
In this blog we will see different ways of implement interface in Java. For example we have two interfaces, IntOne and IntTwo as below. i...
What skills do a person need to learn Java?
›
Java is one of most usable computer programming lanaguge in the world. A person should have basic analytical and problem solving skills to l...
Why Java doesn't support multiple inheritance?
›
Java doesn't support multiple inheritance because of deadlock and ambiguity situation. A class cannot extend two classes, but a class ca...
7 comments:
Can we create an interface without any method?
›
Yes, we can create an interface without any method. The interface which doesn't have any method or field declaration is called Marker In...
›
Home
View web version