Difference between java and javascript
No Answer is Posted For this Question
Be the First to Post Answer
Difference between ‘is-a’ and ‘has-a’ relationship in java?
What are the different types of garbage collectors in java?
What is heterogeneous in java?
Why is the type for real numbers called double?
Briefly explain the term Spring Framework
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
Is intellij better than eclipse?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is unicode?
What is the life cycle of Servlet?
What is the difference between Java Bean and Java Class.?
How do you create an array in java?