actually i do not know if there is any truth in this. i was wondering what langauage is the jdk programmed in?
And also who wrote C++?
Ali
Nick Stevens
Greenhorn
Joined: Nov 13, 2004
Posts: 15
posted
0
C++ was written by Bjarne Stroustrup between 1983 and 1985. I have his book 'The C++ Programming Language' on my desk.
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by ali gilani: actually i do not know if there is any truth in this.
In what?
i was wondering what langauage is the jdk programmed in?
Depends on what you mean by "the jdk". Most of the java libraries are written in Java, obviously, with some hooks to the operating system written in C, as far as I know (methods that are declared as "native" in the Java source code).
The Sun Java compiler is written in Java itself (the first weren't, though). IBM's jikes is written in C/C++, as far as I know.
The JVM obviously can't be written in Java. I'd again bet on C/C++.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus
Ali Gilani
Ranch Hand
Joined: Mar 01, 2002
Posts: 137
posted
0
In what?
My subject. whether or not jdk5.0 is made by microsoft.
Ali
K Riaz
Ranch Hand
Joined: Jan 08, 2005
Posts: 375
posted
0
Microsoft did not make C++, they made a popular IDE for it called Visual Studio. The JDK has nothing to do with Microsoft. The JDK is made by Sun Microsystems. [ February 20, 2005: Message edited by: Kashif Riaz ]
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by ali gilani:
My subject. whether or not jdk5.0 is made by microsoft.
Where did you hear this?
Ali Gilani
Ranch Hand
Joined: Mar 01, 2002
Posts: 137
posted
0
Actually i did not hear this anywhere, merely made it up to attract ppl to answer my query.
Thankyou all for the replies
Ali
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by ali gilani: Actually i did not hear this anywhere, merely made it up to attract ppl to answer my query.
That's not only rude , but also ineffective. You actually were lucky, because I nearly was repelled by the silly subject line and just looked into it and answered because I was bored at that time. On a normal day, I probably would have stopped bothering once I noticed the incoherence of your post.