what is major difference between component and object?

Answer Posted / noorbasha

component contains objeccts but object don't contain component

Is This Answer Correct ?    20 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is java lang?

605


What is the difference between Logical Parallelism and Physical Parallelism?

3135


What is flatmap java?

676


What does @override mean in java?

636


How can I write a program that takes command line input?

634






What is adoptopenjdk?

656


What are jpa annotations?

632


program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?

1770


What is maven in java?

612


Write a program for the problem: the array of inetegers indicating the marks of the students is given, U have to calculate the percentile of the students aaccording to this rule: the percentile of a student is the %of no of student having marks less then him. For eg: suppose Student Marks A 12 B 60 C 80 D 71 E 30 F 45 percentile of C = 5/5 *100 = 100 (out of 5 students 5 are having marks less then him) percentile of B = 3/5*100 = 60% (out of 5, 3 have markses less then him) percentile of A = 0/5*100 = 0%.

1845


Why there are no global variables in java?

683


What is @qualifier in java?

666


What is transaction management in java?

650


Define network programming?

700


What is javacpl?

667