what is anonymous class in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is floor in java?

0 Answers  


Can we access a database using applets?

2 Answers   Hewitt,


What is a generic code?

0 Answers  


Why is multiple inheritance not supported in java?

0 Answers  


What is run time polymorphism?

6 Answers   eClerx, Elementus Technologies,






3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)

3 Answers   RBS,


What does @param args mean in java?

0 Answers  


Can a class be protected in java?

0 Answers  


What is communist flag?

0 Answers  


As a developer what steps do you take to improve the performance?

4 Answers  


Difference between string, string builder, and string buffer?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


Categories