Why is java used?
No Answer is Posted For this Question
Be the First to Post Answer
What are struts?
What is advance java?
Is java procedural or object oriented?
How will you explain cdata?
What is java naming and directory service?
What is a plugin in java?
what is the difference between application server and web server?
What is a java applet?
What are web technologies in java?
Describe orm?
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 java backend technologies?