I have got the following code in a file called test.java which is located inside the directory C:\\D\\JavaProjects
class test { public static void ma
@dark_secrets, You have to begin a class name with a capital letter in JAVA or else you will get an error while compiling.