What is a component in java?


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

Post New Answer

More J2EE Interview Questions

What is java 2 platform, micro edition (j2me)?

0 Answers  


What is java api for xml processing (jaxp)?

0 Answers  


Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


Why java is interpreted language?

0 Answers  


What is component-managed sign-on ?

0 Answers  






What is java actionlistener?

0 Answers  


How many types of objects are there in java?

0 Answers  


Is java safe to download?

0 Answers  


Is java an assembly language?

0 Answers  


What is jta and jts?

0 Answers  


What is home handle?

0 Answers  


What are types of j2ee clients?

0 Answers  


Categories