What is commit?
No Answer is Posted For this Question
Be the First to Post Answer
What is urn?
What is the difference between java and j2ee?
What is home handle?
What is meant by applet in java?
How many types of objects are there in java?
What are the advanced technologies in java?
which method does it invokes automatically when we click link in the webpage a)put b)get c)head d)post
Is eclipse written in java?
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()); } }
why we are using XML?
What is java naming and directory service?
What is a gui in java?