Answer Posted / hrindows@gmail.com
In Java, ‘this’ keyword represents a specific reference on the current object. There are multiple uses for this keyword for referring to the current class properties from a variable, constructors, methods, and more. You can also pass this as an argument within constructors or methods. You can also fetch this as a return value from the current class instance. You can also refer to this as a static context.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is garbage collection and how it works ?
What does cil do?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is dot net architecture?
What is a design pattern and what is it for?
Explain when should you use .net web forms over asp.net mvc?
Please explain what is heap and what is stack?
What is the native image generator?
Explain the difference between managed and unmanaged code?
If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?
What is the difference between override and overload in a method?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
Can a dll be changed to an exe?
What is Complex Class in .NET?
Is there any thread in our .net programs?