how to run servlet program between two computer through
internet ?
No Answer is Posted For this Question
Be the First to Post Answer
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 caller?
Hi friends, can u explain Transparent Persistence in hibernate with sample code.
What is actionform?
What is jradiobutton in java?
Where javac is located?
Please explain about internal casting and external casting in java..?
What do you understand by business logic?
What is build file?
What is external subset?
Who gave the name java?
How java is used in web applications?