What do you understand by a thin client?
No Answer is Posted For this Question
Be the First to Post Answer
why we are using XML?
Is java still slow?
What do you understand by a thin client?
Who generates bytecode in java?
Which edition of java is used for developing web application?
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 is a jpanel in java?
Why is java called object oriented?
What do you understand by connector? Explain connector architecture.
What is ejb container provider?
How does event listener work in java?