What is the difference between Java Bean and Java Class.?
Answer Posted / 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 |
Post New Answer View All Answers
Can java arraylist hold different types?
What are different data types?
What do you understand by the term polymorphism?
What are locale settings?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is singleton class example?
What is the difference between checked exception and unchecked exception?
What is the main use of java?
In how many ways we can create threads in java?
What are different types of encoding?
Explain the difference between map and flatmap stream operation?
How do you convert string to int in java?
Is there any limitation of using inheritance?
Which is better list or arraylist in java?
What is space character in java?