What is the difference between these object instantiation methods:

1.
Code:
ClassName ObjectName;
2.
Code:
ClassName ObjectName();
Is there any?