This Keyword in Java


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

https://darkhers.blogspot.com

YouTube

https://youtube.com/@darkhers

Instagram

https://instagram.com/darkhers

Facebook

https://www.facebook.com/darkhers

TikTok

https://www.tiktok.com/@darkhers

Pinterest

https://www.pinterest.co.uk/darkhers

Twitter

https://twitter.com/Dark_Hers

 

Comments

Popular Posts