What is a plugin in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is a j2ee container?
What is java naming and directory service?
Explain connector architecture.
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()); } }
Who generates bytecode in java?
What is a java application client?
What do you understand by actionform?
What is basic authentication?
What is j2ee and j2se?
Is java part of oracle?
What do you mean by j2ee module?
What is a thin client?