the general form of synchronized block is

class table
{
......
.
void printTable(int n)
{
synchronized(object)
{