Explain about J2EE Application Architecture
Answer / adharsh
Its an distributed enviornment for developing the enterprise
application.We can develop multi-tier,three-tier or n-tier
architecture using this.In this Java Server Pages and
Servlet is the important things.........
| Is This Answer Correct ? | 4 Yes | 13 No |
how dopost is secured than doget?
What is j2ee architecture?
What are types of j2ee clients?
Is j2ee a language or framework?
What is a component in java?
What is java naming and directory service?
What is iso 3166?
What is a java application server?
What is the container?
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()); } }
Who gave the name java?
What is awt panel java?