What are the features of java?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by the term transient?
What are virtual methods?
Why are the methods of the Math class are static?
What 5 doubled?
describe method overloading
how to handled exceptions & erros in ejb?
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(); }
What is the use of string and stringbuffer?
How to perform binary search in java?
How multipleInheritance is possible in java?
Can a method be static?
Why java is considered dynamic?