Hi, can anyone tell me what is the difference between SYSVOL and NTDS folder in AD? I know SYSVOL is for shared information between Domain controllers, but isn't AD database shared as well? Don't they use the same DB which is stored in NTDS folder? I know SYSVOL size is much smaller than NTDS', but what is it for? Does it contain a part of NTDS folder? If so, what namely? Thanks
6975There are 2 classes defined as below public class A { class B b; } public class B { class A a; } compiler gives error. How to fix it?
3 7493where is memory for struct allocated? where is memory for class-object allocated? I replied for struct in stack and for class-object in heap. THen he asked if class has struct member variable what happens.class on heap and what about struct in that class? couldnt ans :( :-?
2 10736An array of size k contains integers between 1 and n. Compress the original array by removing duplicates in it in O(k) time What if k << n?
1 5066i want to switch my career from quailty assurance engineering to development kindly guide me from which programming language its better for me to start plz refer some courses or certifications too i have an experience of 1.5 yrs in QA field.Kindly guide me
1913Assuming that locks are the only reason due to which deadlocks can occur in a system. What would be a foolproof method of avoiding deadlocks in the system.
3993Q.1. You set up scheduled tasks to run & notify you of any failures. 3 days later you see that none of the tasks ran & you received no notifications. What to do?
2 7174How to Convert a String into Float without using any built- in library of .NET String = "1235.45" needs to converted to a float
2 7653Why we need to use secondry database file? though, we can do same work using primary database file also.
2 6886Post New Microsoft Interview Questions
Can I use my windows 10 key on two computers?
How can you avoid including a header more than once?
A low wet bulb temperature indicates
Can I have relationship between entities in separate stores (in case of configurations)?
What is reflection in java?
dear sir i have completed one year post diploma certificate in thermal power engineering from national power training institute durgapur ...plz suggest me for power sector job
What do you mean by Splitter?
i want to store 20 digits . how will u do it in cobol ?
What is CIE chromaticity coordinates?
What is recovery mode?
How can we recording vuser scripts using vugen?
hey any one got the papers of SAIL and HPCL plz do help me by posting them to my mail ID's naren07_87@yaho.co.in, surenarendra@gmail.com
What are business units in peoplesoft hrms?
Which is the best website to learn c programming?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?