Hasan
2013-10-23 10:58:45 UTC
CODE:
class biooo
{
public static void main(String args[])
{
System.out.println("Name: xyz");
}
}
-open my command prompt & change the directory & wrote "javac biooo.java"
and found this error:
"error while writing name: name.class (Access is denied)"
-I am constantly getting this error though there is no mistake in codes.
Pls help me out.
OS: Windows 8 (64bits)