What is an 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

Is Java is 100% pure OOPS? Explain?

27 Answers   ANZ,


What is a return in java?

0 Answers  


There are 100 keys and values in HashMap.how to get the keys and values?

1 Answers   IBS,


What is the difference between a public and a non-public class?

2 Answers  


Write a method to check if input string is palindrome?

0 Answers  


Explain the hierarchy of java exception classes?

0 Answers  


What is an object's lock and which object's have locks in java programming?

0 Answers  


Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.

1 Answers  


Which is easier .net or java?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Why are generics used?

0 Answers  


Categories