explain the technologies that j2ee platform provides for developing components.
No Answer is Posted For this Question
Be the First to Post Answer
Why java is oop language?
What do you understand by connector? Explain connector architecture.
What is application client?
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()); } }
Is eclipse written in java?
What is digest authentication?
What is javafx java?
What are the different java technologies?
what is defect. Is it runtime exception or comiletime exception
Is java safe to download?
What is java ee architecture?
Why frameworks are used in java?