Try Keyword in Java
Try Keyword in Java:
Try Keyword in Java #DarkHers #darkhers #program #coding #code #java #bhfyp #youtubeshorts - YouTube ________________________________________________
package Test;
public class TryKeyword
{
public static void main(String[] args)
{
try {
int[] nums = {1, 2, 3}; //list
System.out.println(nums[3]);
}catch(Exception e) {
System.out.println("Error!");
}
}
}
________________________________________________
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