Every field has setter and getter methods.what is
happening in this methods.
Answers were Sorted based on User's Feedback
Answer / subhranghshu bhattacharjee
In java bean setter method set the value(or initialize
field)to field.
getter metod retrive the value from java bean.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sk.bilal ahmed
The method to be used is specified at construction time.
For backward compatibility, if no method is specified, the
method setValue is used. In this way, protocols
implementing the SingleValue interface can be manipulated
using the old configuration syntax:-
Setter(java.lang.String prefix, java.lang.String protocol,
java.lang.String methodn)
The method to be used is specified at construction time.
For backward compatibility, if no method is specified, the
method getValue is used. In this way, protocols
implementing the SingleValue interface can be manipulated
using the old configuration syntax
Getter(java.lang.String prefix, java.lang.String protocol,
java.lang.String methodn)
| Is This Answer Correct ? | 1 Yes | 0 No |
Which edition of java is used for web application?
Why java is a platform?
Is java good for web development?
What is j2ee tutorial?
What is j2ee explain the component of j2ee application?
What is jradiobutton in java?
Can I run seam in a j2ee environment?
What are types of j2ee clients?
What is create method?
what is the difference between servlets and jsp?
Is advanced java and j2ee same?
What is j2ee stack?