What is java used for in technology?


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

Post New Answer

More J2EE Interview Questions

Why java is interpreted language?

0 Answers  


What is repaint in java?

0 Answers  


What is declaration?

0 Answers  


What is credentials?

0 Answers  


What do you mean by the component contract?

0 Answers  






What is a component in java?

0 Answers  


Which edition of java is used for web application?

0 Answers  


What is meant by applet in java?

0 Answers  


What is the latest technology used in java?

0 Answers  


What does java awt stand for?

0 Answers  


What is cmp in j2ee?

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,


Categories