Total members 11889 |It is currently Thu Mar 28, 2024 7:12 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





How to create a object of a final class without using new operator ?




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

yes , but you will have to casting . example :

Code:
String objStr = (String)Class.forName("java.lang.String").newInstance( );


as it returns a general object.

_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : Object without new Operator
 What is the % operator     -  
 Using the ? Operator     -  
 operator int()     -  
 operator overloading     -  
 What is Operator Overloading? !!!     -  
 Sizeof Operator     -  
 trinary operator     -  
 stream operator     -  
 Operator Precedence table     -  
 shift operator in java     -  



Topic Tags

Java OOP
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com