What is java 2 platform, standard edition (j2se)?
No Answer is Posted For this Question
Be the First to Post Answer
What is j2ee api?
Can I run seam in a j2ee environment?
What is content?
What are the four types of J2EE modules?
What is java developer?
What does resource adapt module contain?
What is java api for xml registries (jaxr)?
What is home handle?
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()); } }
Describe orm?
What is event in java?
What do you mean by the component contract?