Give an example for setter/ write-only methods
// A write-only class in Java
public class Student{
//private data member
private String institute;
//setter method for institute
public void setInstitute (String institute)
{ this.institute=institute;
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain how to spawn a thread?
Different levels of priority provided by .net.
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
What is the Difference between a sub and a function?
How to get the number after decimal point in .net?
How can you assign an rgb color to a system.drawing.color object?
How WSDL is stored ?
Is .NET a runtime service or a development platform?
What is WSDL? Explain its architecture?
Explain about managed heap?
Explain about .NET services?
Explain what does managed mean in the .net context?