What is application client container?
No Answer is Posted For this Question
Be the First to Post Answer
What is element?
What is credentials?
What is j2ee tutorial?
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 components and containers in java?
What will happen when you compile and run the following code?
What is the latest technology used in java?
What is deployment descriptor?
Use of private variable while creating properties ???
How java is reliable?
Explain jta, jndi, and jms.
What is webservices in java?