• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JDK 5.0 made by MICROSOFT!!!

 
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
C++ was written by Bjarne Stroustrup between 1983 and 1985. I have his book
'The C++ Programming Language' on my desk.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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++.
 
Ali Gilani
Ranch Hand
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

In what?



My subject. whether or not jdk5.0 is made by microsoft.


Ali
 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
Posts: 137
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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.

http://faq.javaranch.com/view?UseAMeaningfulSubjectLine
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic