What are the components and containers in java?
No Answer is Posted For this Question
Be the First to Post Answer
What does the application client module contain?
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 web container in j2ee?
What is a panel java?
What is a jbutton in java?
Please explain about internal casting and external casting in java..?
What is j2ee module?
What are the advantages of object-relational mapping (orm)?
What are the component of java?
Is java gui dead?
What is declarative security ?
What is cascade delete?