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

Is null a string?

0 Answers  


How can a class be accessed, If no access modifiers are declared?

4 Answers  


How hashset works internally in java?

0 Answers  


Can we have 2 main methods in java class?

0 Answers  


What are wrapper classes?

11 Answers   Noah Solutions,


Why java does not supports multiple inheritance?

3 Answers   TCS, VSoft,


What best practices should you follow while writing multithreaded code in java?

0 Answers  


What is the declaration statement?

0 Answers  


what is optional in java 8?

0 Answers  


What is string in java is it a data type?

0 Answers  


How do I compare two strings in word in java?

0 Answers  


Name few java util classes introduced with java 8 ?

0 Answers  


Categories