What is ejb jar file?
No Answer is Posted For this Question
Be the First to Post Answer
What is document?
What are the main components of multi-tier architecture?
Is j2ee a framework?
what is meant by proxy server
What is api in j2ee?
Define hashtable in j2ee?
What is j2ee stand for?
What is j2ee module?
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 is a jpanel in java?
What is declarative security ?
What are the tools in java?