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 |
What is awt package in java?
Explain about J2EE Application Architecture
How java is reliable?
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable
Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
On which platform j2ee is based?
Write a program to display numeric value in reverse order. Ex: I have given a number like 7584, It should display in reverse order like 4857.
What is jaap?
What are the main components of a class in java?
what is the difference between servlets and jsp?
What is j2ee called now?
What is button in java?