Can we use if-else instead of switch-case?

Speed: A switch statement might prove to be faster than ifs provided number of cases are good. If there are only few cases, it might not effect the speed in any case. Prefer switch if the number of cases are more than 5 otherwise, you may use if-else too .

Sizin İçin Seçtik  What can I use instead of switch-case Java?

Leave a Reply

Your email address will not be published. Required fields are marked *