Answer Posted / 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 |
Post New Answer View All Answers
What is runtime polymorphism or dynamic method dispatch?
What is the purpose of the main method?
What is the difference between dom and sax parser in java?
What does the “static” keyword mean?
How to pass arraylist to stored procedure in java?
What do you mean by aggregation?
How many types of methods are there?
Is array an object in java?
What does n mean in java?
Give me an example of array and linked list? Where they can be used?
What is a module function?
What is meant by attribute?
What is e in java?
What are the restrictions imposed on method overriding?
how does the run() method in runnable work? : Java thread