can you explain how to use JavaBean in Project

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

944


What is a null tree?

632


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.

2578


What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?

1652


Why multiple inheritance is not possible?

602






How can you overcome the diamond problem in inheritance?

770


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


What is encapsulation oop?

578


i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<

1419


Which type does string inherit from?

616


Please send ford technologies placement paper 2 my mail id

1658


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1409


What do you mean by abstraction?

619


What is inheritance in oop?

604


What is an interface in oop?

595