Hi,
Which os is best for java and oracle programming..
suggest me.

Recommended Answers

All 2 Replies

one of the main advantages of Java is that it's platform independent, which basically means: it doesn't matter what OS you use, Java 'll run on all of them.

Java will work the same on any OS.
To give you some insight.

Java makes use of bytecode. When the source code is executed, the .class file is generated compsisting the bytecodes. Bytecodes are then interpreted by JVM which is the machine where your program will be run. (also known as JRE)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.