What is thread safe singleton?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the key functions of data binding?
0 Answers Akamai Technologies, Aspire, Impetus, Infogain, Tavant Technologies, Virtusa,
why we write public static void main (String args[]) in core java plz explain briefly??????????????????
Nullpointer exception is a very common exception. Why is it not made as a checked exception?
How can a class be accessed, If no access modifiers are declared?
What is the difference between C++ & Java?
78 Answers College School Exams Tests, HAL, SUN, Syntel, TCS, Wipro,
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 many types of gc are there in java?
Can an unreferenced object be referenced again?
What is nested interface?
When will we use them?
What is ascii format?
describe method overloading