What is a java application client?
No Answer is Posted For this Question
Be the First to Post Answer
What is business method?
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()); } }
What is j2ee product provider?
What is meant by j2ee?
explain the technologies that j2ee platform provides for developing components.
Why do we use DAO?
3 Answers Accenture, Tech Mahindra,
What is a java developer?
What are the most important topics in java?
Which implicit object in jsp is synchronized?
What is declarative security ?
What is the latest technology used in java?
What is api in j2ee?