What is the difference between Java Bean and Java Class.?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sravan chitikesi
yep,
Beans n classes are both are same,but the diff. is beans
are already predefined progs that v cant made chnges tothe
logic.
but classes are efforted by d user only....
| Is This Answer Correct ? | 3 Yes | 2 No |
Is hashset ordered java?
What is the functionality of Webserver?
What is the purpose of garbage collection in java?
What data type is string java?
Explain the differences between static and dynamic variables?
Which method will get invoked first in a stand alone application?
Why do we need singleton class?
placement papaers of spring computing technology
0 Answers Spring Computing Technologies,
What are the advantages of inner classes?
is there a separate stack for each thread in java? : Java thread
How do you sort in ascending order in java?
What is meant by flickering?