How many types of equations are there?
No Answer is Posted For this Question
Be the First to Post Answer
Explain public static void main(string args[]) in java.
How do you relate a Interface to a Class? Tell me in Detail?
What is temp in java?
What is parameter tag and what is its use?
Which class represents the socket that both the client and server use to communicate with each other?
Why java is platform independent? Explain.
Can a class have more than one object?
State one difference between a template class and class template.
What is the difference between == and === javascript?
How many bits is a double?
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 are keywords give examples?