Answer Posted / hrindows@gmail.com
// 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 |
Post New Answer View All Answers
Explain the difference between static page and dynamic page?
What are pdbs?
What does il do?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
Explain assemblies in .net?
What is value type and refernce type in .net?
What is the difference between boxing and unboxing?
Explain the difference between vb and vb.net?
Why do we use the “using” statement?
What is view state in .net?
When should I use .net core?
which methos do you invoke on the dataadapter control to load your generated dataset with data?
When a Static Constructor called in .NET?
What is the difference between user control an custom control? Advantages/disadvantages?
Tell us what is the difference between struct and class?