What is webservices in java?


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

Post New Answer

More J2EE Interview Questions

What is filter chain?

0 Answers  


How many java languages are there?

0 Answers  


What does j2ee stand for?

0 Answers  


What is conversational state?

0 Answers  


What is ejb module?

0 Answers  


Why class is used in java?

0 Answers  


What is data?

0 Answers  


What is deployer?

0 Answers  


Why frameworks are used in java?

0 Answers  


What are the advantages of object-relational mapping (orm)?

0 Answers  


What do you mean by j2ee module?

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