what do u mean by java bean??

Answers were Sorted based on User's Feedback



what do u mean by java bean??..

Answer / veerendra kumar

a java bean is a reusable software component which contains
private properties,it can inject the vales using setter &
getter injections,this values is shared throughout the
application and it can access inside or outside of the
applications

Is This Answer Correct ?    24 Yes 1 No

what do u mean by java bean??..

Answer / dinesh rathod

This would allow, for example, a component (bean) to "remember" data that a  ...

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

How are commas used in the intialization and iteration parts of a for statement?

0 Answers  


What are the call back methods in entity bean?

0 Answers  


Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.

2 Answers  


What is an abstract method?

0 Answers  


What is ripple effect?

0 Answers  






What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


What is the name of the state, when a thread is executing?

4 Answers  


Why are some of the class and element names counter-intuitive?

0 Answers  


How many times may an objects finalize() method be invoked by the garbage collector?

0 Answers  


Why a component architecture for the java platform?

0 Answers  


What is the difference between RMI registry and OS Agent?

0 Answers  


Is 'synchronised' a modifier?

2 Answers   NIIT,


Categories