Explain the usage of this with constructors?


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

Post New Answer

More Core Java Interview Questions

What does n mean?

0 Answers  


What is meant by oops concept in java?

0 Answers  


Can we call virtual funciton in a constructor ?

0 Answers   XX,


How many techniques can be employed to create a string object?

0 Answers  


Name the runtime exceptions that occurs frequently?

4 Answers  


Can we change the scope of the overridden method in the subclass?

0 Answers  


What happens to the Exception object after handling an exception?

0 Answers  


What is the difference between Java and C++?

0 Answers   Integreon, TCS, ZS Associates,


Can constructor return value?

0 Answers  


What are the methods of object class ?

0 Answers  


What is the applet security manager, and what does it provide?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Categories