can you explain how to use JavaBean in Project

Answers were Sorted based on User's Feedback



can you explain how to use JavaBean in Project..

Answer / koti

java bean is a simple java class
use the project modelview useing (get,set methodimplemet)

Is This Answer Correct ?    7 Yes 0 No

can you explain how to use JavaBean in Project..

Answer / kathir

javaBeans are used to handle the forms. Inside of the
javaBean we can have the private variables. By calling the
setter methods we can give the values for the variables and
by using getter methods we can get the values from the form.
Each and every object of the javaBean is for a single record.

Is This Answer Correct ?    1 Yes 0 No

can you explain how to use JavaBean in Project..

Answer / murali

javabean is same as javaclass but in javabean we are using
only setters and getters methods we cannot use other methods
most of the project we are using setters and getters
because in project we set the data and get the data only
these things will happen most of the times

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More OOPS Interview Questions

wht is major diff b/w c and c++?

10 Answers  


What is coupling in oops?

0 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


what is use to destroy an object? illustrate.

5 Answers   TCS,


What is overriding in oop?

0 Answers  






what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.

6 Answers  


whats the difference between c and c++

7 Answers   Syntel,


explain dynamic binding by drowing

2 Answers   Cognizant,


Program to read a comment string

1 Answers   IBM,


What is friend function?

12 Answers   Wipro,


how do you handle yourself when you feel the wald is aganist you

2 Answers  


Categories