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
What about 'hostile applets'? : java security
Describe the principles of oops.
How long can a lambda function run?
What is the difference between jar and executable jar?
Can the main method be declared final?
What is a jpa repository?
What is factory pattern in java?
What happens when the parent process of a child process exits before the child ?
Why is javac not recognized?
What is javax annotation generated?
Explain the common use of ejb?
What is web container in java?
What is log4j in java?
What is a controller in java?
Topic- looping,function overloading,nesting ,polymorphism. Aim - to write a function with a name buzz-buds,that will check whether the given numbers are buddies or not on the basis of no. of parameters passed during function calling.