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 |
What is Object and Class? What are the differences between them?
What is a function in oop?
Write a program to accept a number and to print numbers in pyramid format? for eg:for a no. 5 1 212 32123 4321234 543212345
What is the diamond problem in inheritance?
monkey starts climbing up a tree 20ft tall,each hour ,it hops 3ft and slips back by 2ft .how much time it wil tak to reach top of the tree?
What is for loop and its syntax?
what is SPL in c++.
What is encapsulation in simple terms?
What do we mean by a hidden argument in C++?
what is a class
oops concept is used for?
What is oops in programming?