Difference between load and get method?
No Answer is Posted For this Question
Be the First to Post Answer
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 ????
What is pure 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 .
What are the modules of j2ee?
What is a jpanel in java?
What is considered as a web component?
What is Connector architecture?
what is jvm? how can it is useful in java?
Is java important for my computer?
What is B2B?
Which one should we prefer while using bean ? managed bean annotation or faces-config
static variable is a class variable which value remains constant for the entire class?? variable means value is changed....hear value is not changed... why it is called static variable