Estonian Language Estonian laguage(previously called ,,ground language" by estonians in old days) belongs into Finno-Ugric language group. It is spoken by about 1.1 million people, mostly in Estonia. Some people have said Estonian reminds them of the sound of babbling water. Some non-Estonian people I know just say it sounds weird. Estonian language is closely related to Finnish. Originally they were a single language but they parted about 5000 years ago. Most of Estonian vocabulary is borrowed from other languages like
English began as a west Germanic language which was brought to England bt the Saxons around 400 AD. The spoken and written laguage berween 400 and 1100 AD is referred to as Old English. Many words used today come from Old English. In the 9th and 10th centuries, when Vikings invaded England, Old Norse words entered the language English from about 1300 to 1500 is known as Middle English. It was influenced by French and Latin. French brouht many words connected with goverment. Modern English eas greatly influenced by the English used in London and changed a great deal until the end of the 18th century. Many words were
Active components - controls: COM-component with designed time, optimized for download and execute; self- registering; support in multiple languages. OLE:1.0 – object and container (server/client); object application runs in own window. 2.0 – visual editing,COM based, controls = *.ocx files. --- .NET:Process: source code->compiler->metadata->CLR->result. CLR: .Net execution environment-execution management; provide services. Managed Code provides: cross-laguage integration; auto memory services; self-described objects; compile once- run everywhere. Metadata: describe components, objects and execution conditions; provide garbage collection. MSIL=Microsoft Intermediate language(between compiler and JIT) JIT=Just in Time compiling. Part of data compile only in run-time when it is needed.Loader creates stub for every method.After,querys go to mashinecode.Convert verification-safe code.