Assignment 1: Conceptual Modelling & Logical DB Design
1Homework 4 1. (10 pts) For the following program, explain the interesting elements related to threads. Focus on explaining the output of the
1 Homework 4 1. (10 pts) For the following program, explain the interesting elements related to threads. Focus on explaining the output of the program. 1 public class TaskThreadDemo { 2 public static void main (String args []) { 3 String [] sa = {“a”, “X”, “+”, “.”}; 4 for