What are the technologies a java developer must know?


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

Post New Answer

More J2EE Interview Questions

How many types of modules is defined by j2ee specification?

0 Answers  


What is application configuration resource file?

0 Answers  


Difference between treemap & sortedset

3 Answers   Oracle,


What is javac written?

0 Answers  


Explain about J2EE Application Architecture

1 Answers  






What are the modules of j2ee?

0 Answers  


Is java is a technology?

0 Answers  


What is enterprise information system?

0 Answers  


What are the components of awt in java?

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,


What are different modules in spring?

0 Answers  


What is component in java with example?

0 Answers  


Categories