| Back to Questions Page |
| Question |
Threading Types ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Hemanth Desai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
single thread and multithread  |
0 | Manikandan |
| |
| |
| Answer |
we can use threads in our program in two ways
1) extending java.lang.Thread
2) implimenting java.lang.Runnable
(in java)  |
0 | Vijay |
| |
| |
| Answer |
Theading types in Microsoft world are
STA -Single threaded apartment model- Synchronized
automatically- E.g Forms in windows(Win forms) are STA
application.
MTA -Multithreaded apartment model -Here synchronization is
required to acess shared resources. Use Mutex or Monitors  |
0 | Nalla |
| |
| |
|
|
| |
| Question |
What is unmanaged code and will CLR handle this kind of code
or not ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Hemanth Desai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
Unmanaged code is the type of code which will not execute
in the CLR environment. Memory manangement,garbage
collection,security of CLR environment do not apply to
Ummanaged code.  |
0 | Swapna |
| |
| |
| Question |
What is UUID and GUID what is the size of this ID ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Hemanth Desai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
COM objects contain interfaces, each of which has two
names, a name for software to use and a name for people to
use. The human-readable name conventionally starts with an
I. The unique software-readable name is called a globally
unique identifier, or GUID. Sometimes GUID is referred to
as UUID, where the U stands for universal.  |
0 | Rajeev |
| |
| |
| Answer |
But exactly what is difference in both?  |
0 | Namita Mundada |
| |
| |
| Question |
What is assembly ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Hemanth Desai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
An assembly is building block of .NET framework. They form
the fundamental unit of deployment,version control,
security. An assembly is collection of types and resources
which form logical unit of functionality.  |
0 | Vishaal |
| |
| |
| Answer |
Assembly is unit of deployment like exe or dll.
Assembly may contain reference to other assembly.  |
0 | Saubhagya |
| |
| |
|
| |
|
Back to Questions Page |