এই অ্যারে তালিকাটি খালি কিনা তা আমি মূল্যায়নের চেষ্টা করেছি তবে এর মধ্যে একটিও সংকলিত হয়নি:
<c:if test="${myObject.featuresList.size == 0 }">
<c:if test="${myObject.featuresList.length == 0 }">
<c:if test="${myObject.featuresList.size() == 0 }">
<c:if test="${myObject.featuresList.length() == 0 }">
<c:if test="${myObject.featuresList.empty}">
<c:if test="${myObject.featuresList.empty()}">
<c:if test="${myObject.featuresList.isEmpty}">
অ্যারেলিস্ট খালি থাকলে আমি কীভাবে মূল্যায়ন করব?