What is split return?
No Answer is Posted For this Question
Be the First to Post Answer
What is enhanced loop in java?
waht happens when a return type ,even void is specified for a constructor?
Can any one say how will sort map objects in java?
What is the point of polymorphism java?
Why main function is static?
What is tochararray in java?
How can you add and remove nodes in jtree?
What do you understand by casting in java language?
What is the basic functionality of DataOutput interface in java?
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(); }
Which programming language is most secure?
is java support call by reference and call by value, if supports please explain?