what is the use of bean managed and container managed with
example?


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

Post New Answer

More Core Java Interview Questions

What do you mean by access modifier?

0 Answers  


Is assembly language a low level language?

0 Answers  


Can we define constructor in inner class?

0 Answers  


What are listeners in java and explain ?

2 Answers   TCS,


what are the differences between final,finally,finalize methods?

14 Answers   IBM,


can we have virtual functions in java?

11 Answers   Wipro,


Can size_t be negative?

0 Answers  


What is the program compilation process?

0 Answers  


Hi i am creating desktop application in that i want calling to mobile number. i have java telephone api (JTAPI) but i dont understand how it configure & use plese help me

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


How to declare objects of a class ?

0 Answers   Akamai Technologies,


After compilation of java program we'll get .class code. If it's generated in OS Windows XP will it work on OS Linux? If yes why? If no why?

5 Answers   Aricent,


Categories