What is a web container j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
What are web technologies in java?
What are the components of awt in java?
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 Tomcat 4 & Tomcat 5?
What is the difference between session bean and entity bean ?
What is java ee sdk?
What is j2ee api?
What is B2B?
How will you explain load() and get() methods?
Urgent recruitment in CTS for JAVA .Experience 3 to 10 years.
Is object a composite data type in java?
What are the different java technologies?