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 |
how come we know the object is no more used in the class?
how to run ecllipse with jettyserver for windows environment using batch file
What is the list interface in java programming?
What is string pool?
Can an interface be defined inside a class?
How many types of thread in java? give the name
Which is faster string or stringbuilder?
Write a program to check for a prime number in java?
What is the difference between constructor and method?
What is difference between module and function?
Can a final variable be null?
types of applets?.