JavaBeans are?A special Java classfileServletsAppletsA Special form of JSPNone of Given
1 answer:
Answer:
JavaBeans are a special Java class file.
Explanation:
JavaBeans are special reusable java classes with the following properties:
- They are Serializable.
- They contains private fields with public getter and setter functions.
- Their constructor is public.
For example:
//Sample JavaBean class
public class MyBean {
//Private field
private String myProperty;
//Constructor
public MyBean(){}
// Setter method
public void setMyProperty(String myProperty)
{
this.myProperty = myProperty;
}
//Getter method
public String getMyProperty()
{
return myProperty;
}
}
You might be interested in
Answer:
you should talk to them when u think its the right time and you think u can trust them
Answer:
direct material
Explanation:
if you need anymore help let me know
Answer:
i think its the second one
Explanation:
brainliest pls
Sorry for this but to be honest we do t get taught this in the school I go to sorry