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 package private scope in java?
Can we clone singleton object?
What is the Concept of Encapsulation in OOPS
Can we restart a dead thread in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
How many characters is 16 bytes?
Can we have multiple classes in a single file?
Explain OOPs concept.
What is the biggest integer?
What is the purpose of interface?
What are keywords in java?
does java support pointers?
How do you find the absolute value?
Which class is used by server applications to obtain a port and listen for client requests?
What are the object and class classes used for?