The general form of synchronized block is

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