How java is used in web applications?
No Answer is Posted For this Question
Be the First to Post Answer
What is initialization parameter?
There are 2 classes . Class A and Class B. In Class A i declared a variable in private. if we can access this private variable in Class B. If yes means , how we can access ?
7 Answers HCL, Itx Centrics, Virtusa,
why we are using XML?
What is setfocusable in java?
What is application client container?
Explain the j2ee tiers.
Describe the ear, war, and jar.
What is bean factory, have you used xmlbean factory?
What is build file?
What is the mvc on struts?
you are to choose between two procedures,both of which copute the minimum value in an array of integers.one procedure returns the smallest integer if its array argument is empty. the other requires a nonempty array.which procedure should you choose and why?
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 ????