What is instance in java?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between treemap & sortedset
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 load() and get()?
What is frame in java?
Why java is called portable language?
How does javac compiler work?
Is j2ee a language or framework?
What is declaration?
How is java development environment setup?
Why java is called robust and secure?
What is jbutton in java?
Why is java called technology?