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

How to calculate the age from the date of birth by using the program?

2 Answers   Accenture,


What is basic concept of oop?

0 Answers  


Why a "operator=(...)" when there is a copy ctor?

2 Answers  


What is the difference between encapsulation and polymorphism?

0 Answers  


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,






How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram

0 Answers   IBM,


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

0 Answers  


What are the benefits of polymorphism?

0 Answers  


i^=j; j^=i; i^=j; value of i,j

1 Answers  


explain defference between structure and class with example

1 Answers  


What is encapsulation in oops?

0 Answers  


Contrast OOP and SOA. What are tenets of each?

1 Answers   Siebel Systems, Wipro,


Categories