Results 1 to 2 of 2

Thread: how do different programming languages work together

  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default how do different programming languages work together

    hi
    how do different programming languages communicate.

    ex,
    linux is written in c language. any c program calls the system calls directly to perform its task.

    but how do java does this.although it uses api's ,how these api's are written.

  2. #2
    Join Date
    Feb 2006
    Location
    Romania
    Posts
    2,744
    Thanks
    8
    Thanked 541 Times in 521 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how do different programming languages work together

    Basically the java virtual machine translates Java API calls into system calls, where required, because a lot of things happen inside the jvm, without any need for outside calls. It is nothing fancy.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.