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
With these events, why wouldn't microsoft combine invalidate and paint, so that you wouldn't have to tell it to repaint, and then to force it to repaint?
What is the difference between reference type and value type?
What is WSDL? Explain its architecture?
Explain about .net assemblies?
What are the different types of Classes in .NET?
Please explain what do the terms “boxing” and “unboxing” mean?
What is meant by globalization and localization?
What is the difference between server.transfer and response.redirect? Why?
What is the base class of Button control in .NET?
Please explain is the jit an interpreter?
What is new in .net core?
How to get the number after decimal point in .net?
What is operator overloading in .net?
What are the collections you've used?
What are the main components in .net?