How does j2ee application work?
No Answer is Posted For this Question
Be the First to Post Answer
What does enterprise javabeans module contain?
Which of the following are subclasses of java awt component?
What is callback methods?
What is the latest framework in java?
What is j2ee application model?
What is a java applet?
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 are the j2ee client types?
Explain about J2EE Application Architecture
What is enterprise information system resource?
What is java ee server?
where exactly the servlets and jsp's are stored?