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
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Different between .net & j2ee ?
Explain the differences between server-side code and client-side code.
Explain the process of compilation in .NET?
Explain why do we use the “using” statement?
Describe the Managed Execution Process
What are the advantages of .net?
What is a .DLL and .EXE files called in .NET?
What is the difference between a class and an object, and how do these terms relate to each other?
What is the use of gacutil.exe?
How is a managed code executed?
How do you instantiate a complex number?
What are the differences between com architecture and.net architecture?
What are the new features in .net core?
What are code contracts?