The Artima Developer Community
Sponsored Link

Java Answers Forum
Differece between Class.forName() and new

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Shagun Agarwal

Posts: 2
Nickname: desertrose
Registered: Oct, 2002

Differece between Class.forName() and new Posted: Oct 29, 2002 7:13 AM
Reply to this message Reply
Advertisement
Hi Friends,,

Will you ppl please tell me that what is the different between two instance one is made by Class.forName("Foo") and other is made by Foo f=new Foo().

Cares

Topic: Save As - right pane only Previous Topic   Next Topic Topic: using C routine in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use