What are the main components of multi-tier architecture?
No Answer is Posted For this Question
Be the First to Post Answer
How to call main class with in main class?
What is authorization constraint?
What is meant by j2ee?
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()); } }
Which compiler is used in java?
What is java api for xml registries (jaxr)?
How do I run java?
What is j2ee technology?
What is java api for xml-based rpc (jax-rpc)?
What is a gui in java?
What should a junior java developer know?
What is the best java application server?