what is java bean?where can we use it?

Answers were Sorted based on User's Feedback



what is java bean?where can we use it?..

Answer / muhamad nadeem

1-----in simple word java been work as encapsulation.
2------we use this object in other class .
3------Like in our jsp we can use this bean by using <%
jspusebean>
tag.

Is This Answer Correct ?    0 Yes 0 No

what is java bean?where can we use it?..

Answer / rwagatare

java bean is java class which has capacity to support setter
and getter methodes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What are dot operator queries?

0 Answers   Atos Origin,


How do you stop a thread in java?

0 Answers  


what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

7 Answers   emc2, Kumaran Systems,


What is the default size of load factor in hashing based collection?

0 Answers  


Can we force garbage collector to run ?

0 Answers   B-Ways TecnoSoft,






what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


strings in java are objects.why?

2 Answers  


What is starvation?

0 Answers  


How does final modifier work?

1 Answers   Tech Mahindra,


What is method overloading with type promotion?

0 Answers  


What are Encapsulation, Polymorphism and Inheritance?

5 Answers  


How to use string tokenizer class.

0 Answers  


Categories