Define sealed classes in c#?
excitation limit of an excitor
What happens to the conductivity of semiconductor with the rise in temperature? Compare with the conductivity of metals.
Difference between Authentication and Authorization ?
What is an instance? How many types of instances are there?
Mention the advantages of representing stacks using linked lists than arrays?
Is react oop?
Who is founder of ms excel?
Define composer.
Explain web service protocol stack and its layers?
Why frameworks are used in java?
What is the difference between service and intentservice? How is each used?
Tell us what's the difference between type I and type ii error?
Whats New in SharePoint Web Parts ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.