What is context root?
What is form-based authentication?
What is frame in java?
What is delegation?
What are the technologies a java developer must know?
What is callback methods?
What is meant by applet in java?
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 .
Are java primitives objects?
What is a j2ee container?
What is client-certificate authentication?
Enlist the technologies embraced in j2ee?
What are the differences between Ear, Jar and War files? Under what circumstances should we use each one?
Difference between load and get method?
I am newbie in J2EE & looking for strong basic behind each concept as, Why do we use private access specifier before each variable of type property bcoz ultimately to access it outside the class we use public method as getter & setter ? If we use getter & setter to access it outside the class so better we make variable as public so that it is easily available outside of the class... Please guide me why do we use as private ????