What is 'applet container' ?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More J2EE Interview Questions

What is api in j2ee?

0 Answers  


What is comment?

0 Answers  


What is assembly in java?

0 Answers  


What is java web technologies?

0 Answers  


What is Connector architecture?

0 Answers  






How do you compile java?

0 Answers  


What is java developer?

0 Answers  


Can u give me sample code for ServiceImpl and DaoImpl, in j2ee .

1 Answers  


can someone tell me how does preparedstatement works? its an interface and where is the implementation?

3 Answers   Satyam, TCS,


What is authorization constraint?

0 Answers  


Hi Friends. I want complete technical flow of j2ee project with following technologies. jsp , servlet , Struts , Hibernate , (should follow mvc-2 design pattern) . with DAO ,DTO SERVICE layers .

0 Answers   Infosys,


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()); } }

4 Answers   Wipro,


Categories