Hi all,
I have a question that , can we use java program as c++ program? Means, when we compile a c++ program we get a .exe file and we can run it anywhere or send to any one.
Is the same possible in Java? As I know java creates a .class bytecode. I am using NetBeans.
Thanks in advance for any consideration
G10