What function extracts specified characters from a string?


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

Post New Answer

More Core Java Interview Questions

Can we have any other return type than void for main method?

0 Answers  


What is final keyword in java?

0 Answers  


What is the reason behind using constructors and destructors?

0 Answers   HCL,


Define packages in java?

0 Answers  


Can a method inside a interface be declared as final?

0 Answers  


What is static import?

0 Answers  


what is the use of private constructor in core java?

3 Answers   OnMobile, Satyam, Yash Technologies,


What are Normalization Rules? Define Normalization?

0 Answers  


What is a bubble sort in java?

0 Answers  


Is java platform independent?

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 is general methodology?

0 Answers  


Categories