What is java awt event?


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

Post New Answer

More J2EE Interview Questions

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,


What are the component of java?

0 Answers  


What is java servlet container?

0 Answers  


Which is latest technology in java?

0 Answers  


What is the difference between load() and get()?

0 Answers  






What is caller?

0 Answers  


Is class a data type in java?

0 Answers  


What is javabeans component?

0 Answers  


Is java gui dead?

0 Answers  


Why java is oop language?

0 Answers  


explain the technologies that j2ee platform provides for developing components.

0 Answers  


Are java primitives objects?

0 Answers  


Categories