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 is the platform?
What is a nonetype?
What is the difference between an interface and an abstract class?
What are the two types of java programming?
What about member inner classes?
What is the largest long allowed by java?
What a static class can contains?
How does hashmap work in java ?
Is string a class?
What is the formula to calculate percentage?
How to make a class or a bean serializable?
What is a treemap in java?
Explain the scope of a variable.
What is lossy conversion in java?
Explain about the performance aspects of core java?