What is a component in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is java 2 platform, micro edition (j2me)?
What is java api for xml processing (jaxp)?
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 java is interpreted language?
What is component-managed sign-on ?
What is java actionlistener?
How many types of objects are there in java?
Is java safe to download?
Is java an assembly language?
What is jta and jts?
What is home handle?
What are types of j2ee clients?