enums in Java

Java 11 Certification Practice Questions (For the complete list, refer http://talks.skilltoz.com/java-11-certification-exam-questions/) What is an enum? An enum is a data type…

add comment

How to convert list to array

Java 11 Certification Practice Questions (For the complete list, refer http://talks.skilltoz.com/java-11-certification-exam-questions/) How do we convert a list to array? To…

add comment

Best Practices – Exception Handling

All of us know how exceptions are handled in Java, but how many of us know the best practices to…

add comment

Switch Statement in Java

Java 11 Certification Practice Questions (For the complete list, refer http://talks.skilltoz.com/java-11-certification-exam-questions/) What is the switch statement? The switch-case statement provides…

add comment