Java #27 LIKE 0 0 public boolean isSocialNWportal(){ int accountId = getCurrentAccountID(); if(accountId == XXX.ACCOUNT_ID_1 || accountId == XXX.ACCOUNT_ID_2 || accountId == XXX.ACCOUNT_ID_3 ) return true; else return false; }