IBM interview question

Compare the keyword this in Java/Javascript?

Interview Answer

Anonymous

Sep 6, 2016

in JS: context to a function and in JAVA:it refers to an object of a specific class.