Difference between association, composition and aggregation?


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

Post New Answer

More Core Java Interview Questions

solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What is type safety in java?

0 Answers  


Where import statement is used in a java program?

0 Answers  


What is comparator in java?

0 Answers  


what is the Arraylist limit (maximum) by default ?

13 Answers   Fidelity, PlanetSoft, Wipro,






What is the console in java?

0 Answers  


Does list maintain insertion order java?

0 Answers  


Do loops java?

0 Answers  


What do you mean by byte code?

0 Answers  


What does \ mean in regex?

0 Answers  


How is Garbage collection done in Java?

3 Answers   T3 Softwares,


What is race condition ?? (Threading concept) TCS 2 sept10

3 Answers   SparkTG, TCS,


Categories