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 |
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
Write a program to find out the number of palindromes in a sentence.
difference between overloading and overridding
what is the 3 types of system development life cycle
How oops is better than procedural?
What are virtual functions?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Can we create object of interface?
What are constructors in oop?
What is this interview room ? Is it a class or an object.
What normal C constructs work differently in C++?
What are the advantanges of modularity