Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Programming languages (https://www.askmehelpdesk.com/showthread.php?t=118799)

  • Aug 12, 2007, 06:31 AM
    angeldurai
    Programming
    Will u pleaswe tell me the differences between c++ and java?

    Give me enough explanation about synchronization..

    Give me the reason behind while going for sql server other than MS access in so many applications... is there any additional features existing with SQL.

    Difference between java and j2ee..

    What do u mean by thread and multithreading?

    Difference between overloading and overriding
  • Sep 6, 2007, 12:37 PM
    SabbzR
    "Give me the reason behind while going for sql server other than MS access in so many applications...is there any additional features existing with SQL." <-- an Access database is primarily used for small applications that generally only one computer would use. SQL Server is used when lots of computers need to share the data stored on the databases.

    "what do u mean by thread and multithreading?" <-- when you run a program on your computer, it appears as a process. Most processes use a single thread. Which basically means that if you tell the program to do something, it can only do that one command at a time.

    Have you noticed that if you some programs, you can tell the program to do one thing and do something completely different on the same program while the previous command still runs? That is multithreading. Being able to do multiple things at the same time.

    That's the lamens terms :)

    Overloading -> you tell/give the system too much info too quickly to process. The system overloads and, usually, shutsdown/hangs.

    Overriding -> eg: a program is designed to do one thing. You come along and tell it to do something it wasn't actually designed for, that's overriding.
    Another example is getting into a secure system. This means that you overrode the system's protection.

    Hope this helps somewhat, the other stuff I'm not sure on since I don't use it. :)

    Look up the term synchronization in Dictionary.com

  • All times are GMT -7. The time now is 10:40 AM.