Why is java considered dynamic?
No Answer is Posted For this Question
Be the First to Post Answer
What are the types of j2ee clients?
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 the difference between java and j2ee?
How does event listener work in java?
What is j2ee stack?
What is advance java?
What is a java application client?
What is a java ee container?
Is java a high level language?
What is urn?
What is actionerrors?
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?