Answer Posted / manveer
Answer of Question 16:
Compile time error : The method add(int, Object) in the type List is not applicable for the arguments (String, String).
Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
Is java gui dead?
What spring is in related to j2ee?
What are the components of J2EE application?
What is cascade delete?
Which framework is best for java?
What is create method?
What are the main components of a class in java?
Why is java more secure?
What is a gui in java?
Difference between load and get method?
What is the build file?
What will happen when you compile and run the following code?
Is java a high level language?
What is javac written?
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 ????