What does j2ee stand for?
No Answer is Posted For this Question
Be the First to Post Answer
Is java important for my computer?
What is j2ee explain the component of j2ee application?
Is j2ee a framework?
Is downloading java safe?
What are the advantages of object-relational mapping (orm)?
What is button in java?
What is core java and j2ee?
What is j2ee specification?
What is java developer?
what is the difference between Tomcat 4 & Tomcat 5?
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 do you understand by j2ee?