0
Java
How do i run java code. i tried .java. when i run it with Mozilla. it displays the code.
1 Odpowiedź
0
Java is a compiled language so you must compile it and run the .class file. This can be done from the command line, or an IDE that supports Java, which might be a little easier once it's set up.