What is the use of TL?
No Answer is Posted For this Question
Be the First to Post Answer
What is super keyword in java ?
What is the purpose of a transient variable?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
Explain about serializable interface in java?
JVM responsibility?
what's diff between struts 1.1 & 1.2
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 independent variable in an experiment?
Does set allows null in java?
What is a dynamic array java?
Where we write javascript code in html page?
Give the hierarchy of inputstream and outputstream classes.