What about static nested classes in java?


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

Post New Answer

More Core Java Interview Questions

diff. b/w JAVA and javascript...

3 Answers   NIIT,


What is the benefit of inner classes in java?

0 Answers  


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,


How does Vector implement synchronization?

4 Answers   Ness Technologies,


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


what is request processor?

1 Answers   Virtusa,


What is a lock or purpose of locks in java?

0 Answers  


What are the main uses of the super keyword?

0 Answers  


What are the drawbacks of singleton class?

0 Answers  


What is the difference between iterator and list iterator?

0 Answers  


What is a treeset class?

0 Answers  


can you program for reverse string?

7 Answers   IBM,


Categories