Which syntax is correct for creating an object of class 'ClassName' in Java?
ClassName objectName;
ClassName objectName = new ClassName();
Overlook minor misbehaviors
Impose harsh punishments for any infraction

Object-Oriented Programming Exercises are loading ...