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 |
Explain the methods of Naming class, rebind( ) and lookup()?
how i secure my site with the https protocol.what are the steps?
How to synchronize jsp page?
What are the methods used for inter-thread communication? and in what class these methods are defined?
What is Stream Tokenizer?
what is catalina in tomcat server.
Difference Between java & javax
5 Answers Sun Microsystems, Wipro,
What method is used to create the daemon thread?
What do you mean by Socket Programming?
What are callback interfaces?
What is Remote Interface?
Why do threads block on i/o?