what do u mean by java bean??
Answers were Sorted based on User's Feedback
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 |
Answer / dinesh rathod
This would allow, for example, a component (bean) to "remember" data that a ...
| Is This Answer Correct ? | 0 Yes | 0 No |
can a static method be overridden
What is rmic?
What is the name of the state, when a thread is executing?
what about static?
Difference between new operator and class.forname().newinstance()?
which book is better for jdbc ,servlets and jsp
What are the oops concept?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
What method is used to create the daemon thread?
Explain ioc concept?
Define the remote object implementation?
What method MUST be implemented by all threads?