What is the purpose class.forname method?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is java util collection?

0 Answers  


Can a class extend 2 classes in java?

0 Answers  


when System.out.println("") is executed what happens in the back ground?

2 Answers  


Can we override compareto method?

0 Answers  


If there are two notepad opened and working on it . is this a process or thread? computer based Live Example to differentiate between Thread , Process , and Multi tasking ?

3 Answers   TCS, Wipro,






Why does java does not support multiple inheritance? Explain

0 Answers  


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


What do you mean by JVM?

0 Answers   Ericsson,


Does java list allow null?

0 Answers  


static inner classes means..?

1 Answers  


What is an enumeration?

0 Answers  


explain the life cycle of thread?

10 Answers   CTS, NIIT, TCS,


Categories