What is ejb jar file?


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

Post New Answer

More J2EE Interview Questions

Who gave the name java?

0 Answers  


What are the tools in java?

0 Answers  


Is java good for web development?

1 Answers  


What are the different types of events in java?

0 Answers  


What is java used for in technology?

0 Answers  






Is java 100 percent pure object oriented?

0 Answers  


what is meant by proxy server

1 Answers  


What is a component in java?

0 Answers  


Which of the following are subclasses of java awt component?

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,


Is string a primitive data type in java?

0 Answers  


What is gridlayout in java?

0 Answers  


Categories