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
What is web.config in .net?
Difference abstract class and interface in .net?
Explain how viewstate is being formed and how it's stored on client in .net?
What is garbage collection? Explain the difference between garbage collections in .net 4.0 and earlier versions?
What are the authentication methods in .net?
Write the .net syntax for 'while loop'?
What are the advantages of .net core?
Explain me why do we use msmq?
Explain what is reflection in microsoft .net context?
Compare client server application with n-tier application
What operating systems does the .net framework run on?
Difference between dispose and finallize method?
How to manage pagination in a page using .net?
What's singleton activation mode in .net?
What is common type system (cts)?