How many types of methods are there in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is "Java Native Interface" and how to use it?
What are different types of control structures?
What is the maximum length of a url?
What are different types of classloaders?
What do you mean by order of precedence and associativity?
Can we write any code after throw statement?
What is parsing a sentence?
Describe how to implement singleton design pattern in struts.
Explain wrapper classes 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(); }
How can we create a thread in java?
What is callable java?