DEVFYI - Developer Resource - FYI

What is this

J2SE Interview Questions and Answers


(Continued from previous question...)

What is this

A Java keyword that can be used to represent an instance of the class in which it appears. this can be used to access class variables and methods.

(Continued on next question...)

Other Interview Questions