ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
Do you have a collection of Interview Questions and interested to share with us!!
Please send that collection to along with your userid / name. ThanQ
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
what is java bean?where can we use it?
 Question Submitted By :: Gopalraop
I also faced this Question!!     Rank Answer Posted By  
 
  Re: what is java bean?where can we use it?
Answer
# 1
JavaBeans are reusable software components for Java that 
can be manipulated visually in a builder tool.[1] 
Practically, they are classes written in the Java 
programming language conforming to a particular convention. 
They are used to encapsulate many objects into a single 
object (the bean), so that the bean can be passed around 
rather than the individual objects.
 
Is This Answer Correct ?    5 Yes 2 No
Sivasubramanian.k
 
  Re: what is java bean?where can we use it?
Answer
# 2
Java bean is simply a java class which has getter and 
setter methods.
setter methods are used  to set the data.
getter methods are used to to get the data.

Java beans are used to encapsulate objects in a single java 
bean so that the bean can be used or passed in other 
classes. 

Like in our jsp we can use this bean by using <%jspusebean> 
tag.
 
Is This Answer Correct ?    5 Yes 2 No
Namita
 
 
 
  Re: what is java bean?where can we use it?
Answer
# 3
javabean is encapsulate data in the form of 
object.according to java specification javabean support any 
number of properties and any number of events and 
additional mthods..
 
Is This Answer Correct ?    1 Yes 0 No
Rameshkrishna
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
Difference between Applet & Application?  5
what is main purpose of abstract class?  2
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p? Wipro5
what are class,constructor and primitive data types?  2
IS method overriding is Duplication of Methods? CybAge4
What is a native method?  2
What are the types of statement? explain SysBiz1
what is a transient variable?  4
what is the use of abstract class? AMDOC2
How GUI component handle its own events?  1
Name the methods that used to get and set the text label displayed by a Buttonobject?  1
Explain Public static void main?  2
What is update method and when it is called?  1
How two different class threads communicate with each other?. send example code.  4
What are File and RandomAccessFile classes?  1
Can you call a constructor within a constructor?  6
what is java  9
What is meant by JVM ?  3
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need Microsoft1
if arraylist size is increased from initial size what is the size of arraylist...suppose initial is 100 , if i add 101 element what is the size...  6
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com