can you explain how to use JavaBean in Project
Answers were Sorted based on User's Feedback
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 |
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 |
How to calculate the age from the date of birth by using the program?
What is basic concept of oop?
Why a "operator=(...)" when there is a copy ctor?
What is the difference between encapsulation and polymorphism?
When is it necessary to use member-wise initialization list in C++?
How to reverse a sentence in c program ex: ram is a good boy answer: boy good a is ram
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.
What are the benefits of polymorphism?
i^=j; j^=i; i^=j; value of i,j
explain defference between structure and class with example
What is encapsulation in oops?
Contrast OOP and SOA. What are tenets of each?
1 Answers Siebel Systems, Wipro,