|
-
Aug 10th, 2006, 01:45 AM
#1
Thread Starter
Lively Member
Jdk...............
hi there..
i'm just new for the 'java environment' & have studied with basic applications on java.
i'm just struggling with the word 'JDK' & just want to clarify,
1) the real meaning of the 'Java Development Kit' (JDK)
2) what does it contain (the components)?
3) are the 'java vitual machine' (JVM) & the 'java compiler' parts of JDK?
&
4) the meaning of JDK 1.2, which's most widely talked version.
although, i've gone through some documentations regarding JDK, i've not got the real sence of it.
& i've seen the definition for JDK as....
"A software package that can be used to write, compile, debug, and run Java applets and applications." in 'google'.
5) is this correct ? & if not what's the real definition?
6) is it essential to have this JDK to compile & run java programs on our PCs.
Could anyone of you please help me to clarify these doubts?
thanks in advance.
-
Aug 10th, 2006, 06:01 AM
#2
-
Aug 10th, 2006, 09:33 AM
#3
Re: Jdk...............
2) It contains a complete JRE (Java Runtime Environment, the software package that non-developers need - it contains the virtual machine and the runtime library). In addition, it contains development tools: the Java compiler, the JAR packager, the JAR signing tools, the command line debugger, and a few others. The Sun JDK also comes with the source code for nearly the complete runtime library.
3) It's "virtual", but yes.
4) JDK 1.2 is so common because it was the first version to support Swing, and thus until recently it was the minimum requirement of most Java apps. However, currently the most common minimum version seems to be 1.3, with 1.4 catching up. And of course Java5 offers many great new features, so many new apps require that.
6) You need the JDK to compile programs, but the JRE suffices to run them.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Aug 11th, 2006, 12:31 AM
#4
New Member
Re: Jdk...............
Hi
I am Lakshmi Narayana
I am new to Java
I got one Question. Can Applets be used in Web Applications (on the Server Side)?
-
Aug 11th, 2006, 05:13 AM
#5
Re: Jdk...............
 Originally Posted by vinod_kumar
Hi
I am Lakshmi Narayana
I am new to Java
I got one Question. Can Applets be used in Web Applications (on the Server Side)?
First of all, welcome to the forums.
The answer is yes, you can add applets to JSP apps.
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Aug 11th, 2006, 05:58 AM
#6
Thread Starter
Lively Member
Re: Jdk...............
thankx everybody.
i think i got ur point. if the following is my definition for JDK,,, i hope it's correct
"JDK is the collection of tools including Java Virual Machine, Java Compiler and other Java Libraries & Packages which enable to perform both Compiling & Executing java programs" & whenever we need to compile & run a java application we need to have installed the JDK in the machine .............
comment on please ...
-
Aug 11th, 2006, 06:40 AM
#7
Re: Jdk...............
You need the JDK to compile Java, you need JRE (Java Run-time Environment)to run java
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Sep 10th, 2006, 02:58 PM
#8
Addicted Member
Re: Jdk...............
hello, i am new to jave too. I am taking a user interface desing class, we do everything in Java. I am eager to learn..and I'm glad i stumbled across this post. Now I have a little better idea of what I'm doing. Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|