What is an empty list in java?
Answer / Dishant Vaish
An empty list in Java is a List (usually ArrayList) that contains no elements. It can be represented as: List<String> myList = new ArrayList<>();
| Is This Answer Correct ? | 0 Yes | 0 No |
When will we use them?
what is the difference between a java object reference and c++ pointer?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
Is hashset ordered java?
what is the difference between HashMap and Hashtable
17 Answers Value Labs, Virtusa,
Can we store variables in local blocks?
How does hashmap work in java ?
What are kinds of processors?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
Can I overload to string method
How many decimal places is a double?
Can we define package statement after import statement in java?