Of course. A JavaBean is just a specially formatted class. Any Java compiler (or an IDE like BlueJ) will be able to compile it.
It is suggested to take college courses in Java to become a good Java programmer using the programs Eclipse or BlueJ. These courses can be found in-class, or online.
Get the JDK & Bluej from net and the rest will be done by them. Java byte codes are stored as *.class ; where "*" represents the class name, in your hard disk. You can download BlueJ as well as JDK from the related link.
first of all you need java and to have all your computer updated. then you can download the free bluej program that is specially to intruduce java aplication. =P... have fun, u can do many tings with bluej...XD
Java Integrated Development Environment (IDE) provides an environment to Edit, compile and debug and generate java codeThere are several java IDE like Eclipse, WSAD, BlueJ, JCreator etc
Java source files have the .java extension, compiled Java class files have the .class extension.
That refers to the program that runs the compiled Java program.
No, Java only allows a method to be defined within a class, not within another method.
The general Java Runtime Environment allows a computer to run Java applets and compiled Java files.
Java applet is a program used to run java applications while beans is a compiler used to design java programs (IDE, GUI) :-) GilbertC
That's the compiled Java file, the one that can be distributed to the end-users.
Because it will work on all platforms because it's code is compiled through it's on Virtual Machine, the JVM (Java Virtual Machine).
You execute it the same way you would on any other OS. As long as you have the Java Runtime Environment installed and the "java" executable is in your path, from the command line you would simply run: java -cp /path/to/file/here com.some.class.to.run.Here