sir.......i m confused for the function of jvm,jdk,jre.
i know the full form of these but i m not sure about these working so please help me...
if anyone know the full form of java then please tell me.
one from i find is "just another vegue approach"
but i m sure it is right or wrong....
help me

Recommended Answers

All 2 Replies

Either use wikipedia or ask a more specific question. I don't mean to be rude, it's just that any information I can provide can just as easily be found on wikipedia - I just checked the articles out and they aren't very confusing, but if you have any more specific questions about any of those topics go ahead and ask.

The JDK is the Java Development Kit. It contains the compiler, the packager, a profiler, a previewer, and other tools, as well as a complete JRE.

The JRE is the Java Runtime Enviroment, basically the "java" command.

The JVM is the Java Virtual Machine. This is what you start when you type "java ...", and it then loads and "executes" your classes.

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.