What is the size of arraylist in java?
What is return data type?
Is java platform independent?
Can a class have more than one object?
When should I use singleton pattern?
What is nested loop? What is dangling else condition in it?
What is interface and its use?
can write code for serialization ?
Can a source file contain more than one class declaration?
What is the significance of listiterator?
What are the features in java?
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
how to create daemon thread in java?