What is a list in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain Public static void main?
When is the finalize() called? What is the purpose of finalization?
What is ResourceBundle class?
What is variable and example?
how to handle http request in struts
What is java beans?
I dont want to use serialzable in java is there any another concept so plz tell me
Explain about OOPS concepts and fundamentals.
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
Describe OOP in java?
Is list ordered in java?
What lambda means?