How do you check whether the list is empty or not in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Is it possible to create Userdefined Unchecked Exception also?If Yes, give an example?

2 Answers   ADP,


What's the difference between an abstract class and interface in java?

0 Answers  


we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }

3 Answers  


What is class??

0 Answers   Tech Mahindra,


In which language JVM (Java Virtual Machine) is implemented

5 Answers  


What is nested top-level class?

0 Answers  


How would you dynamically allocate memory to an array?

0 Answers   Atos Origin,


string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?

5 Answers   HCL,


What is the static block?

0 Answers  


What are the differences between heap and stack memory?

0 Answers  


What is a methodologist?

0 Answers  


Why is serialization required?

0 Answers  


Categories