Ask Experts Questions for FREE Help !
Ask
    angeldurai's Avatar
    angeldurai Posts: 4, Reputation: 1
    New Member
     
    #1

    Aug 12, 2007, 06:31 AM
    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
    SabbzR's Avatar
    SabbzR Posts: 74, Reputation: 4
    Junior Member
     
    #2

    Sep 6, 2007, 12:37 PM
    "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

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Different languages [ 2 Answers ]

We came to Germany when my elder daughter was 6 years old, and we are living in Germany for two years because of our work as a missinory. Now my daughter is going to German school and can speak German and write German... But may be this or the next year or the last to live in Germany. I am...

Learn languages [ 7 Answers ]

:confused: where can I learn languages (any kind) online for free:confused:


View more questions Search