What is the constructor?
No Answer is Posted For this Question
Be the First to Post Answer
What are event-delegation model and event-inheritance model? Which is best?
What are autoboxing and unboxing? When does it occur?
Explain in detail about encapsulation with an example?
Can a java program have 2 main methods?
what is platform
Is integer immutable in java?
Can static method access instance variables ?
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(); }
Is java map thread safe?
What is methods in java?
whats the purposr of using serialization?
What do you understand by the term wrapper classes?