What is the difference between Java Bean and Java Class.?
Answer Posted / shadow
Basically a Bean is a java class but it has getter and
setter method and it does not have any logic in it, it is
used for holding data.
On the other hand the Java class can have what a java bean
has and also has some logic inside it ....!
$HADOW
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
What carriage return means?
Is null keyword in java?
How are this() and super() used with constructors in java programming?
What is the difference between state-based unit testing and interaction-based unit testing?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
State one difference between a template class and class template.
What are JVM.JRE, J2EE, JNI?
What is java english?
What is a control variable example?
What is thread safe java?
What do you mean by singleton class in java?
Can you override a final method?
Explain about collection interface in java?
What is the point of polymorphism java?
What is locale?