yes,we can create the object in 3 ways without using 'new' keyword

1)by calling clone() which has present in Object super class
2)using factory methods,we can get the same type of the object
...