Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Kenneth Bennett   on Oct 18 In Java Category.

  
Question Answered By: Eddie Austin   on Oct 18

return(null) statement  will execute when any exception occure.

If no exception occur then Program will execute
return Class.forName(a).newInstance();
and will end  .

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on missing RETURN statements Or get search suggestion and latest updates.


Tagged: