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 |
What is the use of Treeview control?
what user controls are and what server controls are and the differences between the two.
Is .net front end or backend?
What is the difference between Dataset and DataReader? Can u breif me ADO.net classes and architecture
What is SOAP? How you will do windows and forms authentication?
What is prerender event of a page?
Explain different types of cookies in .NET?
Explain dataset.acceptchanges and dataadapter.update methods in .net?
Explain what is the difference between a class and an object?
What is a metadata in .net?
What is the concept of inheritance in .net?
How do you turn off cookies for one page in your site? Give an example.