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 |
If you are executing these statements in commandobject. Select * from table1; select * from table2? How you will deal result set? 42. How do you sort a dataset.
Explain me what is a design pattern and what is it for?
What are multicast delegates?
Explain how to produce an assembly?
What is Event Bubbling in .NET?
What is Polymorphism? How does VB.NET/C# achieve polymorphism?
why .net does not support multiple inheritance?
What is exception handling?
Why do we use the “using” statement?
What is a formatter?
is c#.net supports multiple inheritance?
What tools is used to develop .NET applications?