What is difference in between java class and bean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

how we can create packages in java?

0 Answers  


Does list maintain insertion order java?

0 Answers  


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


Why singleton is not thread safe?

0 Answers  


How to optimize the javac output?

0 Answers  


What flag up means?

0 Answers  


class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


Class A extends Class B but Class A also inherit Super Class Object so it is multiple inheritence give reason in support of your answer

3 Answers  


Can java list contain duplicates?

0 Answers  


Explain the significance of listiterator.

0 Answers  


Why we use set in java?

0 Answers  


What is a line break?

0 Answers  


Categories