What is the file extension for java?
No Answer is Posted For this Question
Be the First to Post Answer
Can classes declared using the abstract keyword cab be instantiated?
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
Why sleep()is in Thread and wait() in Object class? Why can't I have both in one class or vice versa?
Is java good for beginners?
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 the advantages of assembly language?
Is java se free?
why we cannot declare static variable inside a static method
What is set and get methods in java?
What is class forname?
Explain method local inner classes ?
Where we write javascript code in html page?