This Keyword in Java
This Keyword in Java #DarkHers #darkhers #program #coding #code #java #bhfyp #youtubeshorts - YouTube ________________________________________________
package Test;
public class ThisKeyword {
int x;
public ThisKeyword(int x) {
this.x = x;
}
public static void main(String[] args) {
ThisKeyword key = new ThisKeyword(5);
System.out.println("x is:"+key.x);
}
}
________________________________________________
Dark Hers
YouTube
https://instagram.com/darkhers
https://www.facebook.com/darkhers
TikTok
https://www.tiktok.com/@darkhers
https://www.pinterest.co.uk/darkhers
Comments
Post a Comment