Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how can u create the object with out new operator

Answers were Sorted based on User's Feedback



how can u create the object with out new operator..

Answer / md. abid hossain

In 3 ways..
1)Using a Static Factory Method
ABC.getInstance();
2)Using newInstance() method...
class A=(A)Class.forName("A").newInstance();
3)Using clone() method.

Is This Answer Correct ?    11 Yes 2 No

how can u create the object with out new operator..

Answer / bindhu

As my opinion, we can create object of String using 2 ways:
String s=new String("java");
String s="java";

in Other way ,we can clone an object,that will create a
new copy of an object.

or using Class.forName();( Not Sure....)

Is This Answer Correct ?    6 Yes 1 No

Post New Answer

More Core Java Interview Questions

What are the differences between string, stringbuffer and stringbuilder?

0 Answers  


Can an interface have a constructor?

0 Answers  


Can I use % with real numbers?

0 Answers  


Can inner class have constructor?

0 Answers  


What is the purpose of the file class in java programming?

0 Answers  


Explain heap sort?

0 Answers   Flextronics,


what is meant wrapper classes?

0 Answers  


What is difference between variable declaration and definition?

0 Answers  


What is the replace tool?

0 Answers  


Define a java class.

1 Answers  


what is the difference between multitasking and multithreading?

21 Answers   TCS,


According to java operator precedence, which operator is considered to be with highest precedence?

0 Answers  


Categories