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?
No Answer is Posted For this Question
Be the First to Post Answer
What is the mvc on struts?
What is application component provider?
What software is needed for java programming?
Is java ee and j2ee same?
What is use of final keyword in java?
What is java used for in technology?
What is document root?
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 is wildfly java?
What is Document Object Model?
Describe secure socket layer (ssl)?
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 ????