What do you mean by composition in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between hash mapping and hash table?
Is heap stored in ram?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is the importance in context in JDBC connection pools?
What is bufferedwriter?
What are the types of collections in java?
why java does not contain pointers?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What does this () mean in java?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
What is an interface in java?
What is an i/o filter?