Java - Spoken Tutorials - Assignments Funded by the National Mission on Education through ICT ------------------------------------------------------------------------------------- 18. Non-static block (a)Create a class named B. (b)Create a non-static block and a constructor as shown in the tutorial. (c)Create an object of class B in the class NonStaticTest already created. (d)Check the output.