Give an example program for Getter /read-only methods in JAVA
Read-only:
//A Read-only class in Java
public class Student{
//private data member
private String institute ="MKG";
//getter method for institute
public String getInstitute (){
return institute;
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Can a try block have more than one catch block?
Please explain what is the .net framework and how does it work?
what is machine key error in .NET how can we solve it?
Which namespace does it belong to by default?
Explain what is the difference between response.redirect & server.transfer?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What is equivalent for regsvr32 exe in .net ?
What is .net latest version?
How to create multiple inheritance in c#, with example?
I am looking for a fast track course (MAX 15 days) in MS.NET 3.5 and SQLSERVER 2005 in hyderabad or mumbai or pune. I am working in mumbai so cannot gor for long course. Can any body suggest me the best couching class or best faculty for the same. Thanks.
Explain what is an anonymous method and how is it different from a lambda expression?
What do you mean by Code Access Security in .NET?