Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- Static Blocks (a) Design a class CarService to represent a Car Service Station (b) This class should contain variables to represent the following: - Name of the Service Station - Car make, model, regno and status - No. of Cars in for Service - No. of Cars out after Service (c) Identify the instance variables and static variables (d) Define a constructor to initialize the values for instance variables (e) Define a static block to initialize the values of static variables (f) Also create a Demo class containing the main method - Create a few objects of CarService - Invoke the show() method using all the objects and verify the results