For class CFoo { }; what default methods will the compiler generate for you>?


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

Post New Answer

More Core Java Interview Questions

How many types of interfaces are there?

0 Answers  


What is the purpose of stub and skeleton?

0 Answers  


What is memory leak and how does java handle it?

0 Answers  


what is the difference b/w design pattern and architecture

4 Answers   Covansys,


What is the difference between the program and the process?

1 Answers  


I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?

4 Answers  


What is treemap in java?

0 Answers  


Does a function need a return?

0 Answers  


You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain

0 Answers  


Can a static class have a constructor?

0 Answers  


What is difference between module and function?

0 Answers  


Why set do not allow duplicates in java?

0 Answers  


Categories