Answer Posted / vineen
Java bean is simply a java class which has getter and
setter methods.
setter methods are used to set the data.
getter methods are used to to get the data.
Java beans are used to encapsulate objects in a single java
bean so that the bean can be used or passed in other
classes.
Like in our jsp we can use this bean by using <%jspusebean>
tag.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What data type is a string?
What about static nested classes in java?
What is meant by object oriented programming – oop?
What is sleep method?
What is java util hashmap?
what is thread in Java ?
What is immutable state?
What is a null class?
Does java runtime require a license?
What is a nullable field?
What is contractor means and methods?
Can we define private and protected modifiers for variables in interfaces?
What is an iterator java?
How to create a thread in java?
How is a structure different from array ?