Error

Solve Java Command Not Found Error – ‘java’ is not recognized as an internal or external command

If you’re new to java programming, the error “java command not found” or “’java’ is not recognized as an internal or external command, operable program or batch file” may have occurred to you. There are 2 reasons that you’re facing “Java command not found” in your Linux/Mac java’ is not recognized as an internal or […]

Solve Java Command Not Found Error – ‘java’ is not recognized as an internal or external command Read More »

Solve Error insert “Dimensions” to complete ReferenceType in Java

We usually get this error in java when we are trying to pass primitive data type in the generic type declaration. The reason we get this error because generic always expects the wrapper classes but gets the primitive data type. Those who are unaware about primitive data types and wrapper classes. Wrapper Classes Wrapper classes

Solve Error insert “Dimensions” to complete ReferenceType in Java Read More »