What is caller?
No Answer is Posted For this Question
Be the First to Post Answer
whay java does not support bass by reference
What is deployer?
What does resource adapt module contain?
What is home handle?
Which java technology is in demand?
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 the difference between application server and web server?
What is j2ee component?
Is c++ more secure than java?
What is non primitive data type in java?
How does event listener work in java?
Use of private variable while creating properties ???