What Is Composition?


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

Post New Answer

More Core Java Interview Questions

Is a string literal?

0 Answers  


When the constructor of a class is invoked?

0 Answers  


When is the finalize() called? What is the purpose of finalization?

0 Answers  


What is an Iterator interface?

2 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

0 Answers   IBS,






Distinguish method overloading and overriding

2 Answers   Tech Mahindra,


Explain about GridBag Layout?

1 Answers  


When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 Answers   Ness Technologies,


What are the ways of polymorphism other than Overridding & Overloading

1 Answers  


Explain wrapper classes in java?

0 Answers  


Why java doesn’t support multiple inheritances?

0 Answers  


What are order of precedence and associativity, and how are they used?

1 Answers  


Categories