yes
just add an extension .java when you save your notepad text file
we use notepad and netbeans for java file.save file with .java extension
A Java editor is nothing but a tool that can be used to edit java source files. Ex: Textpad, Notepad, Eclipse etc...
You can edit javascript scripts with any text editor, notepad only edits it, notepad has nothing to do with the actual execution of the javascript.So the answer is "yes"
'.java' files contain java source code. One can access these files on windows by using 'notepad'.
You can add a template to your HTML website in Notepad plus plus by adding a zen coding plugin in the notepad plus plus.
You can create a Java program by writing it in any text editor - for example Notepad, or Notepad++. You can compile it with the "javac" command, and, if it compiles without errors, run it with the "java" command. Or better, simplify your life by installing an IDE (integrated development environment), such as Netbeans or Eclipse.
Java source code is a plain text file, so you can use practically any editor, for example NotePad (included in Windows) or better programs such as the freeware NotePad++. However, it is usually more convenient to use the editor included in an IDE that has support for Java.
Use a text-editor like Notepad.
two dyas
You don't want to use Microsoft Visual Studio to edit/run Java programs... http://www.eclipse.org/downloads/ Use the Eclipse IDE instead... Visual Studio's only for C/C++ language programs.
nothing